iiRecord
Agentic AI Atlas · Ora submit_feedback
tool-descriptor:ora.submit-feedbacka5c.ai
II.
ToolDescriptor JSON

tool-descriptor:ora.submit-feedback

Structured · live

Ora submit_feedback json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/ora-feedback-mcp.yamlCluster · extensions
Record JSON
{
  "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": {}
    }
  ]
}