Skip to main content
Glama
SubscriptionTech

ProAbono MCP Installation

Official

Search the ProAbono installation documentation

search_documentation

Answers natural-language questions about ProAbono installation and integration, returning relevant documentation sections with source files to resolve setup issues before coding.

Instructions

Answers a natural-language question about integrating ProAbono from the official installation documentation: hosted pages, the security hash, subscription workflows, rights and usage, webhooks, testing and troubleshooting. Use it before writing any ProAbono integration code, and prefer it over recalling ProAbono behaviour. Returns the matching documentation sections with their source file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many sections to return (default 5).
questionYesThe question, in plain language.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the burden. It states the tool returns matching documentation sections with their source file, implying a read-only, non-destructive operation. This is sufficient for a documentation search tool, though it doesn't explicitly declare read-only nature or side effects (which are absent).

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?

Two sentences with no wasted words. Purpose is front-loaded, usage guidance follows immediately, and return behavior is stated. Very efficient.

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 search tool with two parameters and no output schema, the description adequately covers what it does, when to use it, and what it returns (sections and source file). It doesn't mention limitations like maximum results, but the schema handles that. Complete enough for an agent to call it correctly.

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 coverage is 100%, so parameters are already described. The description doesn't add extra semantics beyond the schema, just reiterates that 'question' is in plain language. Baseline 3 is appropriate given the high schema coverage.

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?

The description clearly states the tool answers natural-language questions about ProAbono integration from official installation documentation, listing specific topics (hosted pages, security hash, workflows, etc.). It distinguishes itself from sibling tools like get_api_reference by focusing on installation docs and natural-language queries.

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?

Explicitly instructs to use it before writing any integration code and to prefer it over recalling ProAbono behavior. This gives clear when-to-use guidance, though it doesn't explicitly name alternative tools for other scenarios (like using the API reference for exact endpoint details).

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