Skip to main content
Glama

Search Protocol book

search_book
Read-onlyIdempotent

REQUIRED before substantive Protocol answers. Search approved Blackbook Protocol passages and return cited excerpts. Prefer Protocol vocabulary from hits over generic UK legal advice. Returns ranked results plus the educational boundary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of cited excerpts to return. Default 5. Example: 5
queryYesSearch text using Protocol terms. Example: 95/5 equity split Vault PSC trustees

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYesRanked corpus hits with citation and excerpt
boundaryYesMandatory educational / non-advice boundary statement

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already cover safety (readOnlyHint=true, idempotentHint=true, destructiveHint=false). The description adds useful behavioral context: results are ranked, include cited excerpts, and carry an 'educational boundary.' This extends beyond the annotation safety profile, though it does not detail boundaries, pagination, or any failure modes.

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 tight sentences: priority, core action, and output characteristics. Each sentence contributes unique information with no redundancy or filler. The most important usage directive is front-loaded.

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

Completeness5/5

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

Given the low complexity (2 params, 1 required, no enums), existing output schema, and annotations covering safety, the description provides everything an agent needs to decide when and how to call it. It names its source domain, return shape, and the precedence rule over generic legal guidance.

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 both parameters are documented in the schema. The description adds no specific parameter semantics beyond implying queries should use Protocol vocabulary, which is already reflected in the query's schema description ('Search text using Protocol terms'). Baseline 3 is appropriate.

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?

States a specific verb and resource ('Search approved Blackbook Protocol passages') and describes the output ('return cited excerpts'). It distinguishes itself from generic UK legal advice, which maps to sibling tools like get_hmrc_guidance or get_companies_house_guidance, by positioning it as the Protocol-specific search tool.

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 declares it is 'REQUIRED before substantive Protocol answers,' giving a clear condition for use. It also advises preferring Protocol vocabulary from hits over generic advice, but does not name explicit sibling alternatives or state when not to use it, so it stops short of full exclusion guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.8/5.0
Disambiguation4/5

Each tool occupies a distinct step in the intake-to-submission pipeline, with clearly paired tools like prepare_submit_confirmation/confirm_and_submit. A few knowledge/checklist tools such as get_module_playbook, get_skill, and search_book could overlap at the margins, but their descriptions separate modules, workflow skills, and cited passages well enough.

Naming Consistency4/5

The set overwhelmingly follows lower_snake_case action_object naming like get_*, list_*, prepare_*, fill_fields, and open_portal. Minor deviations such as confirm_and_submit and wait_for_user_ready are still imperative and readable, so the naming remains predictable overall.

Tool Count3/5

At 25 tools, the server sits at the top of the 'heavy but borderline' range. The broad advisory/portal-automation scope mostly justifies the count, but several browser-session helpers and guidance/checklist tools could plausibly be consolidated without losing core capability.

Completeness4/5

The tool surface covers the full workflow: intake, risk assessment, guidance, module/skill selection, drafting and review bundles, self-serve or assisted browsing, form filling, and guarded submission. Minor gaps like updating intake data or checking post-submission status are workable rather than fatal.