Skip to main content
Glama

Perch docs

perch_docs

Access Perch modding and API documentation: list available pages, view specific guides or API references, and search for terms to locate relevant information.

Instructions

The modding and API documentation. Without page, lists pages (id, title, description); with page (e.g. "modding/your-first-widget", "api/host"), returns that page. search finds pages whose text mentions a term.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
searchNo
Behavior4/5

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

With no annotations, the description carries full responsibility for disclosing behavior. It transparently describes the three output modes: a list of page metadata without 'page', a full page with 'page', and search results for 'search'. It does not mention error handling (e.g., invalid page paths) or edge cases like both parameters being set, which are minor gaps. Overall, it adds meaningful behavioral context.

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?

The description is remarkably concise, fitting all essential information into two sentences (semicolon-separated). It front-loads the core purpose ('modding and API documentation') and then efficiently details the three operation modes. There is zero filler, and every clause contributes to understanding.

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?

For a tool with only two optional parameters and no output schema, the description covers the necessary ground: it explains how parameters alter the response and what the list output includes (id, title, description). It lacks explicit handling of invalid input or interactions between 'page' and 'search', but these are edge cases. Given the complexity, it is nearly complete.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must explain the parameters itself. It does so effectively: 'page' changes the output from list to specific page, and 'search' triggers a text search. It even provides example page paths ('modding/your-first-widget', 'api/host'). This goes beyond the bare schema, though it doesn't cover all potential parameter combinations or validation rules.

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

Purpose4/5

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

The description clearly states it provides modding and API documentation, with specific behaviors: lists pages without 'page', returns a specific page with 'page', and searches with 'search'. It uses a clear verb-resource structure and distinguishes itself from a generic 'docs' title. However, it does not explicitly differentiate from sibling tools like perch_guide or perch_vocabulary, so it falls short of a 5.

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

Usage Guidelines3/5

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

The description gives concrete usage instructions for its own parameters (when to use 'page' vs. 'search', and the default list behavior). This implies the appropriate use cases. However, it does not explicitly state when to choose this tool over sibling tools (e.g., perch_guide) or provide any 'when not to use' exclusions. The guidance is self-contained but lacks comparative context.

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/hlpdev/perch-mcp'

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