Skip to main content
Glama

Search reviews and known subjects

search
Read-onlyIdempotent

Search reviews plus matching reviewed or unreviewed subjects. Search is lexical rather than semantic: for an ordinary question try one discriminating keyword at a time, then exact subject-name follow-ups and fetch every returned review. Continue with next_cursor until has_more is false before claiming exhaustive retrieval. Never merge records by display name: group and compare using subject_id and subject_type because unrelated subjects may share a name. Known subjects include immediate subject-to-subject connections so a location, organisation, variant or sibling discovered earlier can inform recommendations without being misrepresented as reviewed. For a location-based recommendation, do not stop when the target-town query has no direct result: also search the relevant subject type without a text query, follow reviewed subjects to parent organisations, and inspect each parent's official branch directory for the requested location before concluding there is no useful connection. Search returns collection_coverage on collection subjects and connected parents. Only coverage_status=complete permits a conclusion that a location or member is absent; partial or unknown coverage must be reported as uncertainty. Routine chain expansion does not require user confirmation. Search is lexical rather than semantic. For an ordinary user question, try one discriminating keyword at a time and retry with a subject-type-only search when necessary. A keyword hit is only a discovery step: search each candidate's exact subject name, then fetch every returned review before answering so reviews that omit the original keyword are not missed. Retrieval is deliberately softer than canonical naming. Search using the user's wording first, then try known aliases, canonical type names and useful broader/related types when needed. A search miss for one label is not evidence that the underlying subject or concept is absent. Stable IDs, not preferred labels, determine identity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
cursorNoOpaque next_cursor returned by the preceding identical search.
subject_typeNo
include_relatedNo

TDQS

A4.6/5.0
Behavior5/5

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

The annotations already indicate read-only and idempotent behavior, and the description adds meaningful characteristics: lexical matching, soft alias handling, coverage-based completeness, no merging by display name, and the fact that a search miss does not prove absence. This helps an agent interpret results appropriately and matches the annotation set.

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

Conciseness4/5

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

The description is dense and front-loaded, with the core purpose and main constraints stated early. Some repetition occurs, especially around lexical searching and one-keyword-at-a-time guidance, but the additional context is genuinely useful for safe use.

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 no output schema, the description explains the essential return semantics: reviewed vs unreviewed subjects, subject_id/subject_type identity, cursor-based exhaustive retrieval, collection_coverage, and coverage_status=complete as the only basis for claiming absence. It gives an agent all context needed to perform the operation without overclaiming.

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?

Only the cursor parameter has schema-level description coverage; the tool description compensates partially by explaining query behavior, subject_type-only fallback, pagination, and coverage-related result semantics. But limit and include_related are not mapped to their usage meaning, leaving two parameters under-specified for an agent despite the long textual descriptions.

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 opens with 'Search reviews plus matching reviewed or unreviewed subjects,' immediately naming the verb, resource, and scope. It further differentiates this tool from siblings by stating it is lexical rather than semantic and by emphasizing that identity is based on subject_id/subject_type rather than display names.

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

Usage Guidelines5/5

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

It gives explicit workflow instructions: try one keyword at a time, follow up with exact subject-name searches, paginate using cursor until complete, and fetch each returned review before answering. It also provides when-not-to-stop guidance for location queries and says partial or unknown coverage must be reported as uncertainty, which is strong usage 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.6/5.0
Disambiguation3/5

Most tools are separated by resource and action, but the classification cluster (affirm_subject_classification, propose_subject_reclassification, reopen_subject_classification, get_subject_classification) and the three resolve_subject* tools require close reading to distinguish. Long descriptions help, but an agent could easily pick the wrong member of those clusters.

Naming Consistency4/5

The dominant pattern is verb_noun in snake_case (create_deliberation, list_reviews_by_visibility, resolve_subject_type, set_review_visibility). Minor deviations such as bare 'fetch' and 'search' and mixed verbs like affirm vs propose vs reopen are readable and do not break the convention.

Tool Count2/5

34 tools substantially exceeds the 25+ threshold even for a server with multiple subdomains. The many classification, type, and location variants add cognitive load, and several could be consolidated or hidden behind a smaller workflow-oriented surface.

Completeness4/5

The set covers the main lifecycles: review save/fetch/assess/delete/visibility, subject resolution/enrichment/correction, classification with voting/reopening, deliberations, locations, and vocabulary management. Minor gaps remain, such as no direct full-subject getter and no update to review text, but these appear intentional in an immutable-review design.