mcp-a2a-documentation
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_documentationA | Search A2A (Agent2Agent) protocol documentation by keyword query. Args:
query: Search terms to find in the documentation. Supports
full-text search with stemming (e.g., "authenticate" matches
"authentication", "authenticated").
section: Optional section to filter results. Common sections
include 'root' (top-level pages such as the specification
and community pages), 'topics' (core concepts), 'tutorials',
and 'sdk'.
source: Optional documentation source to filter results. Currently
only 'a2a' (a2aproject/A2A Returns: JSON-formatted search results with title, URL, snippet, and relevance score. |
| read_documentationA | Read the full content of a specific A2A protocol documentation page. Args: path: The relative path to the documentation file, prefixed with the source name (e.g., 'a2a/topics/what-is-a2a.md' or 'a2a/specification.md'). This path is returned in search results. Returns: The full markdown content of the documentation page, or an error message if the page is not found. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/martoc/mcp-a2a-documentation'
If you have feedback or need assistance with the MCP directory API, please join our Discord server