Skip to main content
Glama
BusyBee3333

Keap MCP Server

by BusyBee3333

keap_update_product

Update existing product details like name, price, SKU, or status in Keap using product ID.

Instructions

Update an existing product

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuNoSKU code
statusNoStatus (0=inactive, 1=active)
product_idYesProduct ID
product_nameNoProduct name
product_priceNoProduct price
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It only says 'Update an existing product', leaving out side effects (e.g., whether it's idempotent, permissions needed, error handling for missing product). The description is insufficient for safe agent invocation.

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?

The description is a single, concise sentence that is easy to parse. It front-loads the action. However, it could sacrifice conciseness for completeness without being overly verbose.

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

Completeness2/5

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

Given no output schema and no annotations, the description should provide more context such as return value, partial update behavior, or dependencies. It fails to do so, leaving the agent with significant uncertainty about the tool's behavior.

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%, so the schema explains all parameters. The description adds no extra meaning beyond what the schema provides. Baseline score of 3 is appropriate as the description does not improve understanding of parameters.

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 'Update an existing product' clearly states the action (update) and the resource (product). It distinguishes from sibling tools like keap_create_product and keap_delete_product. However, it is minimal and could be more specific about which fields can be updated.

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?

No guidance is provided on when to use this tool versus alternatives, such as when to update vs create/delete, or any prerequisites like requiring the product to exist. The description does not mention scenarios or limitations.

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