Implement a structured, agent-queryable way to store CATAPA endpoint contracts (endpoint path, request params, response schema) for the ESS/MSS specialist agent. Replace the current free-form markdown contract docs.
- The DE wraps the CATAPA SDK (
catapa-private,catapa-public) via a thin proxy tool so the agent calls endpoints directly instead of generating code. - The agent needs endpoint knowledge (path, params, payload, response shape) to call the proxy tool correctly.