report_server
ActiveTool of Arclan MCP Registry
Submit an agent usage report for an MCP server. Reports are aggregated and influence registry trust scores. Call this after using an MCP server so the registry can track real-world reliability. Supports both a simple outcome report and a structured scoring report (criterion + component_score).
Parameters schema
{
"type": "object",
"required": [
"serverUrl",
"outcome"
],
"properties": {
"errors": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of error strings encountered during tool use"
},
"agentId": {
"type": "string",
"description": "Identifier for the reporting agent (optional)"
},
"outcome": {
"enum": [
"success",
"failure",
"partial"
],
"type": "string",
"description": "Result of using the server"
},
"severity": {
"enum": [
"info",
"warning",
"error",
"critical"
],
"type": "string",
"description": "Severity of the worst issue encountered"
},
"criterion": {
"enum": [
"output_reliability",
"side_effect_transparency",
"failure_handling",
"rate_limits",
"agent_feedback"
],
"type": "string",
"description": "Specific reliability criterion being scored (enables structured component scoring)"
},
"latencyMs": {
"type": "number",
"description": "Total wall-clock latency in milliseconds"
},
"serverUrl": {
"type": "string",
"description": "The MCP server endpoint URL that was used"
},
"toolsUsed": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of tool names that were called"
},
"environment": {
"enum": [
"prod",
"staging",
"dev",
"unknown"
],
"type": "string",
"description": "Environment the server was used in"
},
"evidenceRef": {
"type": "string",
"description": "Trace ID, log URL, or other reference supporting this report"
},
"taskCategory": {
"type": "string",
"description": "Category of task attempted (e.g. \"search\", \"write\", \"read\")"
},
"turnsRequired": {
"type": "number",
"description": "Number of turns to complete the task"
},
"componentScore": {
"type": "number",
"description": "Score 0–100 for the specified criterion"
},
"taskDescription": {
"type": "string",
"description": "Brief description of what the task was"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Arclan MCP Registry
1/7 registries