Skip to main content
Glama

search_groups

Read-only

Search documented 2b2t groups by name, history, or activity classification.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoOptional Atlas classification: Build, Highway, Mixed, or Other.
limitNoMaximum results, from 1 to 100. Defaults to 20.
queryNoGroup name, alias, or words from its description. Leave empty to browse.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and openWorldHint=false, so the safety profile is fully covered elsewhere. The description adds only the scope qualifier that results come from 'documented' 2b2t groups, with no mention of ordering, result limits, or pagination behavior.

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?

A single efficient sentence with the verb and resource front-loaded and no filler. Only minor ambiguity ('history') keeps it from being maximally tight.

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

Completeness3/5

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

This is a low-complexity read tool (no required params, no nested objects) with an output schema that handles return-value documentation. The description covers the core purpose but omits any routing versus sibling group tools, leaving a small gap for an agent choosing between search_groups and get_group.

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?

With schema description coverage at 100%, the schema already documents all three parameters, including the Atlas classification enum values and the limit range. The description's mention of 'name, history, or activity classification' loosely maps to query and type but adds no syntax or filtering detail beyond the schema.

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 states a specific verb (Search) and resource (documented 2b2t groups) and names the searchable facets (name, history, activity classification). It does not explicitly differentiate itself from the sibling get_group, though the search/get distinction is inferable from naming.

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

Usage Guidelines2/5

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

There is no explicit when-to-use guidance, no mention of prerequisites, and no reference to alternatives like get_group for retrieving a single known group. Usage must be inferred from the name and schema alone.

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.