getWebhook
Retrieve a specific webhook configuration from Follow Up Boss CRM using its unique ID to access integration settings and event triggers.
Instructions
Get a webhook by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook ID |
Retrieve a specific webhook configuration from Follow Up Boss CRM using its unique ID to access integration settings and event triggers.
Get a webhook by ID
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook ID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden but only states the basic action. It doesn't disclose behavioral traits such as whether this is a read-only operation (implied by 'Get' but not explicit), authentication requirements, rate limits, error handling, or response format. The description lacks critical context for safe and effective use.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence with zero waste. It's front-loaded with the core action and resource, making it easy to parse quickly. No extraneous information or redundancy is present.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (1 parameter, 100% schema coverage) but lack of annotations and output schema, the description is incomplete. It doesn't explain what data is returned (e.g., webhook details, configuration), error cases, or operational constraints. For a retrieval tool, this leaves significant gaps in understanding its full behavior.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage (parameter 'id' is documented as 'Webhook ID'), so the baseline is 3. The description adds no additional meaning beyond the schema—it doesn't clarify ID format, sourcing, or validation rules. It relies entirely on the schema for parameter semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Get a webhook by ID' clearly states the verb ('Get') and resource ('webhook'), with the specific mechanism ('by ID') for retrieval. It distinguishes from siblings like 'listWebhooks' (which retrieves multiple) and 'getWebhookEvents' (which retrieves related data), though it doesn't explicitly name these alternatives.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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. It doesn't mention prerequisites (e.g., needing a valid webhook ID), contrast with 'listWebhooks' for bulk retrieval, or specify error conditions (e.g., what happens if the ID doesn't exist). The description assumes context without explicit instructions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mindwear-capitian/followupboss-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server