Skip to main content
Glama

Search GTM tools

search_tools
Read-onlyIdempotent

Search the verified GTM-tools directory. Filter by keyword, category, tier (BADGE|listed|DEMOTE), verifiedOnly, or mcpOnly; sort by score (default), name, or g2. Returns ranked slim results. Use category + sort=score for 'best in category'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort order (default score).
tierNoCuration tier filter.
limitNoMax results, 1–50 (default 10).
queryNoKeyword matched against name, description, category, bestFor.
mcpOnlyNoOnly tools that publish an MCP server.
categoryNoGTM category (name or slug), e.g. 'Data Enrichment'.
verifiedOnlyNoOnly tools whose endpoint was reachable at last check.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds useful context beyond annotations, such as that results are 'ranked slim results' from a 'verified' directory, which informs the agent about result characteristics. No contradiction with annotations.

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 three concise sentences: purpose, filter/sort capabilities, return type, and a practical tip. It is front-loaded with the main verb and resource, with no wasted words.

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?

Given 7 optional parameters and no output schema, the description covers the core behaviors: filters, sort options, return type ('ranked slim results'), and a best-practice combination. It could be more explicit about result fields or pagination, but the mention of 'slim results' and the existence of get_tool for details makes it reasonably complete.

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 description coverage is 100%, with each parameter already described (e.g., sort enum, tier enum, limit). The description merely restates the filter/sort options and adds a usage tip ('category + sort=score') but no new parameter-level semantics. Baseline 3 applies.

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 uses the specific verb 'Search' and identifies the resource as 'the verified GTM-tools directory'. It clearly distinguishes this from siblings like compare_tools (comparing tools) and get_tool (retrieving a single tool) by focusing on discovery with filters and sorting.

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?

It provides clear context for when to use the tool: searching the directory with various filters and sorts. It also gives a concrete usage example ('Use category + sort=score for best in category'). However, it does not explicitly mention when not to use it (e.g., when you need full details of a single tool), so it falls short of full alternative 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

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: compare two tools, fetch one tool, list recent changes, and search. No overlap or ambiguity in their target actions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (compare_tools, get_tool, list_changes, search_tools). The naming is uniform and predictable.

Tool Count5/5

Four tools is well-scoped for a directory server. Each tool covers a core interaction (search, retrieve, compare, track changes) without excess or deficiency.

Completeness5/5

The tool surface fully covers the typical directory workflow: discovering tools (search_tools), inspecting details (get_tool), comparing options (compare_tools), and staying updated (list_changes). No obvious gaps within the stated purpose.

Resources