MAT
Schemas
Request and response JSON schemas for MAT.
The OCIP contracts for MAT live in /Volumes/L1feAI/l1feosx/map/schemas/mat/v1/. Each operation has a request schema and a response schema, generated from the Rust types via schemars.
Index
schemas/mat/v1/
├── index.json
├── operations.tool.request.json
├── operations.tool.response.json
├── operations.tool_discovery.request.json
├── operations.tool_discovery.response.json
├── operations.tool_workflow_execute.request.json
├── operations.tool_workflow_execute.response.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
tool | schemas/mat/v1/operations.tool.request.json | schemas/mat/v1/operations.tool.response.json |
tool_discovery | schemas/mat/v1/operations.tool_discovery.request.json | schemas/mat/v1/operations.tool_discovery.response.json |
tool_workflow_execute | schemas/mat/v1/operations.tool_workflow_execute.request.json | schemas/mat/v1/operations.tool_workflow_execute.response.json |
Published
https://schemas.multiagentic.dev/mat/v1/operations.<op>.request.json
https://schemas.multiagentic.dev/mat/v1/operations.<op>.response.jsonSee Schemas for generation, versioning, validation.