Skip to main content
Glama

Get Icp Tool

get-icp-tool
Read-onlyIdempotent

Internal Coderbuds staff only. Who Coderbuds sells to and what an opener is allowed to say — the rules behind the Who it is for tab of /admin/prospects, as they stand today.

Call this before writing anything to a prospect, alongside get-prospect-worklist. The worklist says who to write to; this says what the message has to be. Rules change as outbound teaches us something, so read them rather than working from a version you saw in a document — that gap is exactly how outbound came to be sent on a wedge that had already been measured and dropped.

Seven groups come back: who it is for, what the opener does, what makes a row worth sourcing, what closes a row, what we can say, how it may be sent, and what to do when somebody writes back.

Three things to read carefully:

  • retired carries wedges that were tried and abandoned, each with the reason. Do not re-propose one of these in different words. The reason is the finding.

  • evidence: null marks a rule nobody has grounded in anything. Follow it, but weigh it as somebody's opinion rather than a measurement.

  • proposed are suggestions waiting on a person. They are not binding — do not draft against them, and do not propose the same thing twice.

Use propose-icp-rule when outbound teaches you something this list does not say.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so safety is known; the description adds real depth beyond that — an access restriction ('Internal Coderbuds staff only'), a warning that rules drift and must be re-read rather than trusted from old documents, and semantics for the returned groups (retired = abandoned wedges, evidence:null = ungrounded, proposed = non-binding). It doesn't specify output shape beyond the seven groups, but for a no-param read tool that is a minor gap.

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?

Front-loaded with access scope and purpose, then the primary usage directive, then a bulleted reading guide for the three tricky fields. It is on the longer side and carries a bit of narrative color about past outbound mistakes, but nearly every line maps to a decision the agent must make when calling.

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?

With no output schema, the description carries the return-value burden and does so: it enumerates the seven returned groups and explains the meaning of retired, evidence:null, and proposed. Combined with the access restriction and the before-writing directive, an agent has everything needed to call it correctly.

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 tool takes no parameters (0 params, empty schema), so there is no parameter semantics to describe and the baseline is 4. Nothing in the description is needed to compensate for a schema gap.

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?

States a specific resource (the ICP / 'who it is for' rules behind /admin/prospects) and what it governs ('what an opener is allowed to say'), with a clear verb of retrieval ('as they stand today'). It also differentiates itself from siblings by naming get-prospect-worklist and propose-icp-rule, so an agent can place it without opening the schema.

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

Usage Guidelines5/5

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

Explicit guidance: 'Call this before writing anything to a prospect, alongside get-prospect-worklist', clarifying the worklist says who to write to while this says what the message must be. It names the alternative for the complementary case ('Use propose-icp-rule when outbound teaches you something this list does not say'), so both when-to-use and when-not are covered.

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.

Resources