Skip to main content
Glama

Get tool details

get_tool
Read-onlyIdempotent

Get one GTM tool by name or slug, with verified status (real last_checked_at), curation, product signals, adoption, and verified review themes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
name_or_slugYesTool name or slug, e.g. 'Apollo.io' or 'apolloio'.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds substantive context about the return content (verified status, curation, product signals, adoption, review themes), which is valuable since no output schema is provided.

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 a single, front-loaded sentence that efficiently conveys the core action and key data points. There is no redundancy or filler; every element contributes to understanding the tool.

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?

For a simple single-parameter read tool with strong annotations and a fully described schema, the description is complete. It lists the key return aspects, making the tool's behavior predictable despite lacking an output schema.

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% with the parameter 'name_or_slug' fully described. The description adds minimal extra meaning beyond confirming the lookup is by name or slug, which is already in the schema. Baseline 3 is appropriate when the schema does the heavy lifting.

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 verb 'Get' and the resource 'one GTM tool by name or slug', which distinguishes it from sibling tools like compare_tools, search_tools, and list_changes. It also enumerates the specific data included (verified status, curation, product signals, etc.), leaving no ambiguity about the tool's function.

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 implies the tool is for retrieving a single known tool by name or slug, which contrasts with search_tools for discovering tools and compare_tools for comparisons. However, it does not explicitly state when not to use it or mention alternatives, 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

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