Skip to main content
Glama
BusyBee3333

Keap MCP Server

by BusyBee3333

keap_get_contact

Retrieve a contact's complete details by ID, including tags, custom fields, and company information.

Instructions

Retrieve a contact by ID with all details including tags, custom fields, and company

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contact_idYesContact ID
optional_propertiesNoAdditional fields to include
Behavior4/5

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

No annotations are provided, so the description carries the burden for behavioral disclosure. It clearly indicates a read-only operation ('Retrieve') with a defined scope, which is accurate and sufficient for a simple retrieval. No contradictions or misleading information.

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?

A single, clear sentence that conveys the essential information without extraneous words. Every word is meaningful.

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 retrieval tool with well-documented parameters and no output schema, the description adequately covers the tool's purpose and output structure. It provides enough context for an agent to understand what the tool returns.

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?

The input schema has 100% description coverage for both parameters. The description adds value by clarifying that the default response includes tags, custom fields, and company, which is not specified in the parameter descriptions. This enhances understanding beyond the schema.

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 action ('Retrieve'), the resource ('contact by ID'), and the scope ('all details including tags, custom fields, and company'). This distinguishes it from sibling tools that focus on specific subsets (e.g., keap_get_contact_tags) or searches (keap_search_contacts).

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

Usage Guidelines3/5

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

The description implies usage when a full contact record is needed by ID, but it does not explicitly mention when to use this tool versus alternatives like keap_get_contact_tags or keap_get_contact_custom_fields. There is no when-not guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BusyBee3333/keap-mcp-2026-complete'

If you have feedback or need assistance with the MCP directory API, please join our Discord server