Skip to main content
Glama
inakirealise

BoondManager MCP Server

by inakirealise

boond_resources_update

Update an existing resource's contact details, skills, status, or billing rate by providing its ID.

Instructions

Update an existing resource

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
emailNo
phoneNo
skillsNo
statusNo
lastNameNo
firstNameNo
departmentNo
hourlyRateNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

D1.5/5.0
Behavior1/5

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

With no annotations, the description carries the full burden of disclosing behavior, but it only says a resource is updated. It does not disclose whether this is a partial or full update, whether omitted fields are cleared, what authentication or permissions are required, or what happens if the resource does not exist.

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

Conciseness2/5

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

The description is short, but it is under-specified rather than appropriately concise. It contains no substantive information beyond the tool name, so the single sentence does not earn its place.

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?

Given nine parameters, no annotations, no output schema, and no field descriptions, this generic one-liner is completely inadequate for an agent to understand how to call the tool correctly or what to expect.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, yet the description lists none of the nine parameters or their meanings. An agent is left to infer the purpose of fields like skills, hourlyRate, status, and department purely from their names.

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

Purpose2/5

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

The description 'Update an existing resource' essentially restates the tool name boond_resources_update and adds only the word 'existing'. It does not explain what a resource is, what fields are involved, or how this differs from the many sibling update tools.

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

Usage Guidelines2/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 boond_resources_create, boond_resources_get, or other entity update tools. No prerequisites, workflows, or alternative-tool conditions are mentioned.

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