scientificroboticshumanoidFMEAsafetyrisk-analysis
Humanoid Robot Preliminary FMEA - 42 Failure Modes
About this data
Original analysis-ready CSV design FMEA covering 42 generic humanoid-robot failure modes. Includes effects, causes, typical controls, severity/occurrence/detection scores, RPN, recommended actions, verification methods, provenance and limitations. A preliminary engineering aid, not certification or a substitute for architecture-specific safety analysis.
Schema
| Name | Type | Description |
|---|---|---|
| item_id | string | |
| scope | string | |
| subsystem | string | |
| item | string | |
| function | string | |
| failure_mode | string | |
| local_effect | string | |
| system_or_safety_effect | string | |
| potential_causes | string | |
| existing_or_typical_controls | string | |
| severity_1_10 | string | |
| occurrence_1_10 | string | |
| detection_1_10 | string | |
| rpn | string | |
| recommended_action | string | |
| suggested_verification | string | |
| data_provenance | string | |
| limitations | string |
Sample Data
Download a free sample to inspect the data before purchasing.
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Humanoid Robot Preliminary FME" })
// Found: ff5b1e47-6ca6-404c-a742-57d209289787
buy_now({ dataset_id: "ff5b1e47-6ca6-404c-a742-57d209289787" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/ff5b1e47-6ca6-404c-a742-57d209289787 \
-H "Authorization: Bearer YOUR_API_KEY"
# Purchase:
curl -X POST https://api.databazaar.io/purchases \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"dataset_id": "ff5b1e47-6ca6-404c-a742-57d209289787"}'