MAP Docs
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.json

Map

OperationRequest schemaResponse schema
toolschemas/mat/v1/operations.tool.request.jsonschemas/mat/v1/operations.tool.response.json
tool_discoveryschemas/mat/v1/operations.tool_discovery.request.jsonschemas/mat/v1/operations.tool_discovery.response.json
tool_workflow_executeschemas/mat/v1/operations.tool_workflow_execute.request.jsonschemas/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.json

See Schemas for generation, versioning, validation.

On this page