II.
ToolDescriptor JSON
Structured · livetool-descriptor:ora.submit-feedback
Ora submit_feedback json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:ora.submit-feedback",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-servers/ora-feedback-mcp.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Ora submit_feedback",
"category": "feedback",
"vendor": "Ora",
"mode": "mcp-tool",
"description": "Submits agent feedback for an Ora product check, including task outcome, friction points,\nrecommendations, user intent, and optional layer scores.\n",
"schema": "{\n \"type\": \"object\",\n \"required\": [\"domain\", \"agent_id\", \"task_description\", \"outcome\", \"content\", \"recommendation\"],\n \"properties\": {\n \"domain\": { \"type\": \"string\" },\n \"agent_id\": { \"type\": \"string\" },\n \"task_description\": { \"type\": \"string\" },\n \"outcome\": { \"type\": \"string\" },\n \"content\": { \"type\": \"string\" },\n \"recommendation\": { \"type\": \"string\" },\n \"user_intent\": { \"type\": \"string\" },\n \"friction_points\": { \"type\": \"array\", \"items\": { \"type\": \"string\" } },\n \"layer_scores\": { \"type\": \"object\" }\n }\n}\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "tool-server:ora-feedback-mcp",
"to": "tool-descriptor:ora.submit-feedback",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}