Skip to main content
Glama

Close Get Lead

close_get_lead
Read-onlyIdempotent

Get a single lead by its Close lead ID (format lead_...). Returns full detail: display name, description, status, contacts, addresses, opportunities, custom fields, and timestamps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
_apiKeyYesClose API key
lead_idYesClose lead ID, e.g. `lead_abc123`

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, so no mutation. Description adds return details, which is useful beyond annotations. No contradiction.

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?

Two sentences with clear action and list of returned fields. Front-loaded and efficient.

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?

No output schema, so description explains return values comprehensively. Covers purpose, input, and output completely.

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%, and the description only reinforces the lead_id format. No additional meaning beyond the schema, so baseline score.

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 'Get a single lead by its Close lead ID' with format specification. It lists the full detail returned, distinguishing it from sibling tools like close_search_leads.

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 explicitly says when to use (given a lead ID) and implies context. Does not state exclusions or alternatives, but sibling names indicate different purposes.

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.7/5.0
Disambiguation2/5

Multiple Pipeworx tools overlap significantly (ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, entity_profile, compare_entities, recent_changes all query similar data). Close CRM tools are distinct but the overall set mixes two domains, causing confusion.

Naming Consistency2/5

Tool names mix snakes (close_get_lead), lowercase (ask_pipeworx), and descriptive phrases (scan_competitor_ai_presence). No consistent verb_noun pattern across the entire set.

Tool Count2/5

37 tools is excessive for a focused server. The combination of Close CRM and Pipeworx data services creates scope creep; many tools could be separate servers.

Completeness3/5

Pipeworx tools offer extensive data coverage, but Close CRM lacks update/delete operations for leads, contacts, and opportunities, leaving basic CRUD gaps.