II.
ToolDescriptor overview
Reference · livetool-descriptor:ora.submit-feedback
Ora submit_feedback overview
Submits agent feedback for an Ora product check, including task outcome, friction points, recommendations, user intent, and optional layer scores.
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,
recommendations, user intent, and optional layer scores.
schema
{
"type": "object",
"required": ["domain", "agent_id", "task_description", "outcome", "content", "recommendation"],
"properties": {
"domain": { "type": "string" },
"agent_id": { "type": "string" },
"task_description": { "type": "string" },
"outcome": { "type": "string" },
"content": { "type": "string" },
"recommendation": { "type": "string" },
"user_intent": { "type": "string" },
"friction_points": { "type": "array", "items": { "type": "string" } },
"layer_scores": { "type": "object" }
}
}
Outgoing edges
None.
Incoming edges
contains_tool_descriptor1
- tool-server:ora-feedback-mcp·ToolServerOra feedback MCP