Skip to main content
Glama
sheepit-ai

sheepit-mcp

Official
by sheepit-ai

Install a new destination

destination_create

Add a destination adapter (webhook or resend) to a project, with validated configuration, and receive its ID for campaign use.

Instructions

Install a destination adapter into the current project. connector_id must come from destination_catalog (e.g. "webhook", "resend"). config is per-adapter — the server validates it against the adapter's own schema and 400s on shape errors. Webhook config: { url: "https://...", signing_secret?: string, timeout_ms?: number }. Resend config: { from: "Name <addr@domain>", reply_to?: string, audience_limit?: number, batch_size?: number }. Returns the destination id — pass it as channel.destination_config_id on a Campaign to bind explicitly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connector_idYes
nameYes
environment_idNo
configNo
filtersNo
Behavior4/5

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

With no annotations provided, the description fully discloses behavioral traits: validation behavior (server validates config against its schema, returns 400 on shape errors), return value (destination id), and post-creation use (binding to Campaign). It stops short of mentioning error cases or idempotency.

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 well-structured with a front-loaded purpose, followed by parameter constraints, validation behavior, examples, and return value usage. At about 5 sentences, it is concise but could be slightly tighter.

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

Completeness3/5

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

Given no output schema and 5 parameters with nested objects, the description covers the main creation behavior, config validation, and result usage. However, it omits details on environment_id and filters, and lacks error handling beyond config validation, leaving the tool partially underspecified.

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 0%, so the description must compensate. It adds meaning for connector_id (must be from catalog) and config (per-adapter structures), but does not describe name, environment_id, or filters parameters, leaving gaps.

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 clearly states 'Install a destination adapter into the current project' with a specific verb and resource. It provides examples of connector_ids from the catalog, distinguishing the tool's purpose from sibling tools like destination_get or destination_delete, though not explicitly differentiating.

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 mentions that connector_id must come from destination_catalog and gives per-adapter config examples, providing context for use. However, it lacks explicit guidance on when not to use this tool or alternatives, leaving some ambiguity.

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/sheepit-ai/sheepit-mcp'

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