Skip to main content
Glama
sheepit-ai

sheepit-mcp

Official
by sheepit-ai

Update an installed destination

destination_update

Update an existing destination's name, config, filters, or status (active/paused). For nullable fields, omit to preserve, send a new value to overwrite.

Instructions

Update name / config / filters / status of an existing destination. Status transitions allowed: active ↔ paused (the "failed" state is system-set after consecutive delivery errors and cannot be set manually). Trinary semantics for nullable fields: omit = preserve, send a new value to overwrite.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
configNo
filtersNo
statusNo
idYes
Behavior4/5

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

With no annotations, the description effectively discloses key behaviors: status transitions are limited to active and paused (failed cannot be set manually), and nullable fields follow a trinary semantics (omit=preserve, send new value=overwrite). This clarifies the update's partial nature and constraints.

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?

The description is concise—three sentences that front-load the purpose (first sentence) and then add critical behavioral details. Every sentence provides essential information, with no redundancy or filler.

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

Completeness4/5

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

Despite no output schema or annotations, the description covers the main behavioral aspects (partial updates, status rules, nullable semantics) for a moderately complex tool with nested objects. It does not address prerequisites or error handling, but the core usage is well-specified.

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?

The description lists the updatable fields (name, config, filters, status) and adds contextual semantics for nullable fields and status transitions. However, it does not describe each parameter's purpose or data type beyond what the schema already provides; the schema itself covers most details. The trinary semantics add moderate value.

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 tool updates an existing destination by specifying the fields that can be changed (name, config, filters, status). It is distinct from sibling tools like create, delete, get, and list, making the purpose unambiguous.

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 does not explicitly state when to use this tool versus alternatives like destination_create or destination_test. However, it provides important usage details such as allowed status transitions (active↔paused) and trinary semantics for nullable fields, which guide correct invocation.

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