thinkneo_start_trace
ActiveTool of ThinkNEO MCP Server
Start a new agent observability trace. Creates a session that tracks all tool calls, model calls, decisions, and errors for an AI agent run. Returns a session_id to use with thinkneo_log_event and thinkneo_end_trace. Requires authentication.
Parameters schema
{
"type": "object",
"title": "thinkneo_start_traceArguments",
"required": [
"agent_name"
],
"properties": {
"metadata": {
"anyOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "null"
}
],
"title": "Metadata",
"default": null,
"description": "Optional dict with additional context (e.g., {\"task\": \"email-draft\", \"user_id\": \"u123\"})"
},
"agent_name": {
"type": "string",
"title": "Agent Name",
"description": "Name of the agent being traced (e.g., 'marketing-agent', 'support-bot')"
},
"agent_type": {
"type": "string",
"title": "Agent Type",
"default": "generic",
"description": "Type of agent: 'assistant', 'autonomous', 'workflow', 'pipeline', or 'generic'"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries