Skip to main content
Glama

apg_semantic_search

Read-only

Search WAI-ARIA Authoring Practices patterns and examples using natural language. Returns relevant chunks with pattern IDs for accessible widget guidance.

Instructions

RAG: natural-language search over APG pattern Markdown and example source text. Returns the most similar chunks with patternId (and example slug when applicable). Follow up with apg_get_pattern / apg_get_example for full docs. Requires a pre-built index from npm run rag:index.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kNoNumber of chunks to return
queryYesNatural-language question or keywords
maxCharsPerHitNoTruncate each hit text to this many characters
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already confirm read-only and non-open-world. Description adds that it is RAG-based, returns similarity chunks with patternId/slug, and requires an index, which is useful behavioral context beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three concise sentences, front-loaded with the core purpose, then output details and prerequisite. No unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, description explains return structure (chunks with patternId, slug). Also mentions follow-up tools and requirement. Could expand on chunk content but adequate for a search tool with clear annotations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers all 3 parameters with descriptions (100% coverage). Description does not add significant semantic value for parameters beyond what schema already provides, though it hints at output format.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states it performs natural-language semantic search over APG pattern Markdown and example source text, returning chunks with identifiers. Differentiates from sibling tools like apg_get_pattern (fetch full docs) and apg_list_patterns (list all patterns) by focusing on search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides prerequisite (pre-built index) and suggests follow-up tools for full docs. While it doesn't explicitly exclude other tools, the context and siblings make usage boundaries clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/nicolasgalvez/accessibility-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server