You're viewing a demo portfolio

Join the waitlist
PRSM

thinkneo_start_trace

Active

Tool of ThinkNEO MCP Server

declared in 1.28.0

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'"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ThinkNEO MCP Server

https://github.com/thinkneo-ai/mcp-server

3/7 registries
View full server →