search_documentation
Search Agent2Agent (A2A) protocol documentation by keyword query, filter by section or source, and retrieve relevant snippets with relevance scores.
Instructions
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 docs/ directory) is indexed.
limit: Maximum number of results to return (default: 10, max: 50).
Returns: JSON-formatted search results with title, URL, snippet, and relevance score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| source | No | ||
| section | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |