Skip to main content
Glama

Search existing terminology

search_terminology
Read-onlyIdempotent

Searches terminology by English term, Arabic term, abbreviation, or slug using normalized, case-insensitive matching. Administrators see draft and published terms with both languages, and should call this before creating a new term to avoid duplicates. Other accounts see published terms only, in a single locale (pass the caller's language in locale), each with a canonical URL to the full definition.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
localeNoThe calling user's language. Ignored for administrator tokens, which always receive both languages.en

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes
successYes

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds valuable behavioral context beyond these: normalized and case-insensitive matching, role-based visibility (draft vs. published, both languages for admins), locale handling for non-admins, and the inclusion of a canonical URL. This goes beyond the annotations, though it does not cover every behavior (e.g., pagination), but with annotations carrying the safety profile, a 4 is justified.

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—only two sentences—yet packs in the core search behavior, usage guidance, role-based differences, and locale handling. Every sentence earns its place, with the primary purpose front-loaded. No redundancy or filler.

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?

The description covers purpose, usage, behavioral nuances, and key parameter semantics. With an output schema present, the description does not need to explain return values. It addresses the tool's complexity (role-based results, locale, canonical URL) adequately. Minor missing aspects like limitation/pagination are either obvious from schema or unnecessary. A score of 4 reflects strong completeness without being exhaustive.

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 only 33% (locale), but the description compensates for query by explaining it searches by English term, Arabic term, abbreviation, or slug. It also references locale by saying 'pass the caller's language in locale.' The limit parameter is not explicitly described, but its schema includes defaults and bounds, making its semantics reasonably clear. This is above baseline due to the added query context, though limit remains a minor gap.

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's function: 'Searches terminology by English term, Arabic term, abbreviation, or slug using normalized, case-insensitive matching.' This specifies the verb, resource, and search fields, and distinguishes it from sibling tools like search_explainers, which search a different domain. The role-based detail further clarifies scope.

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?

The description provides explicit guidance: 'should call this before creating a new term to avoid duplicates.' It also explains role-based use cases (administrators vs. other accounts). However, it does not explicitly mention alternatives or when not to use the tool, though the sibling list implies different domains. This is clear context but lacks explicit exclusions, so a score of 4 is appropriate.

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

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: news by ID, recent news, timeline by ID, explainer search, terminology search, and server status. There is no overlap in their purposes, and the descriptions make the boundaries clear.

Naming Consistency4/5

Five of six tools follow a clear verb_noun pattern (get_*, search_*), with consistent snake_case formatting. The only deviation is 'server_status', which uses noun_noun style, but this is minor and the name is still intuitive.

Tool Count5/5

With six tools, the set is well-scoped for a content retrieval/search server covering news, timelines, explainers, terminology, and health status. Each tool serves a distinct purpose, and the count feels neither sparse nor bloated.

Completeness3/5

The core retrieval operations exist for news and timelines, but there are notable gaps: no get-by-id for explainers or terminology, no search for news or timelines, and no write operations (create/update/delete) despite admin hints in descriptions. These gaps force agents to rely on search results and limit full lifecycle coverage.

Resources