API Overview
The TraceMem Agent MCP (Model Context Protocol) server provides a JSON-RPC 2.0 over HTTP API for agent interactions.
Overview
All agent interactions with TraceMem happen through the Agent MCP server using JSON-RPC 2.0 over HTTP.
Authentication
[Content to be filled - API key authentication, headers, etc.]
Base URL
[Content to be filled]
Protocol
[Content to be filled - JSON-RPC 2.0 details]
Request Format
[Content to be filled]
Response Format
[Content to be filled]
Available Methods
initialize- Initialize the MCP sessiontools/call- Call a tool (decision methods)
Decision Tools
decision_create- Create a decision envelopedecision_read- Read data through a data productdecision_write- Write data through a data productdecision_evaluate- Evaluate a policydecision_request_approval- Request human approvaldecision_get- Get decision statusdecision_close- Commit or rollback a decision