Skip to main content
Glama
inakirealise

BoondManager MCP Server

by inakirealise

boond_deliveries_update

Update delivery records by ID to modify name, status, due date, or description. Resolve outdated delivery info in BoondManager with precise changes.

Instructions

Update an existing delivery

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesDelivery ID
nameNoDelivery name
statusNoDelivery status
dueDateNoDue date (ISO 8601 format)
descriptionNoDelivery description

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2/5.0
Behavior1/5

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

With no annotations provided, the description must disclose behavioral traits. It only says 'update' without explaining effects, permission requirements, reversibility, or return value. This is a significant gap for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence, which is concise, but it is under-specified for a tool with 5 parameters. It doesn't add value beyond the name and is not appropriately sized for the complexity.

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

Completeness1/5

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

The tool has 5 parameters, no output schema, and no annotations. The description provides almost no context about behavior, errors, or return values, making it inadequate for an agent to call correctly.

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 input schema has 100% description coverage for all 5 parameters, so the description doesn't need to add parameter information. The description adds nothing beyond the schema, so it stays at the baseline of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb and resource ('Update an existing delivery'), and the word 'existing' distinguishes it from creation. However, it lacks any specifics about which fields or scope are involved, so it is minimally informative but not misleading.

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

Usage Guidelines1/5

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

There is no guidance on when to use this tool versus siblings like create or send, no prerequisites, and no conditions. The description gives no context for tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools