Reference
Technical reference documentation for MA²D.
Quick Reference
Fast lookup for developers using MA²D.
MCP Methods
Complete reference for all Model Context Protocol methods:
- MCP Methods Reference - All MCP JSON-RPC methods
- initialize - Capability negotiation
- tools/list - List available tools
- tools/call - Execute tools
- resources/list - List resources
- resources/read - Read resource content
- prompts/list - List prompts
- prompts/get - Get prompt templates
Agent Card Specification
Complete schema for Agent Cards:
- Agent Card Specification - Complete A2A schema
- Field definitions
- Validation rules
- Complete examples
- Versioning guidelines
Quick References
MCP Method Summary
| Method | Purpose |
|---|---|
initialize | Negotiate capabilities |
tools/list | List available tools |
tools/call | Execute a tool |
resources/list | List resources |
resources/read | Read resource content |
prompts/list | List prompts |
prompts/get | Get prompt template |
See MCP Methods for complete details.
Agent Card Fields
| Field | Type | Required |
|---|---|---|
name | string | Yes |
version | string (semver) | Yes |
description | string (200+ chars) | Yes |
skills | array | Yes |
capabilities | object | No |
invocation | object | Yes |
examples | array | No |
See Agent Card Spec for complete schema.
Related Documentation
- API Reference - Complete API documentation
- Core Concepts - MCP and Agent Cards overview
- User Guides - Practical tutorials
Quick lookup for developers building with MA²D!