Skip to main content
Glama
inakirealise

BoondManager MCP Server

by inakirealise

boond_companies_create

Create a new company record in BoondManager by providing its name, type, address, city, country, and associated contacts.

Instructions

Create a new company

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNo
nameYes
typeNo
addressNo
countryNo
contactsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states 'Create a new company' without revealing required permissions, idempotency, side effects, or response format. For a mutation tool with zero annotation coverage, this is a significant gap.

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 a single, concise sentence with no wasted words. It is front-loaded and efficient, but the brevity borders on under-specification. However, for the dimension of conciseness, it is appropriately minimal in structure, even if the content is lacking.

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 the tool has 6 parameters, no output schema, and no annotations, the description is grossly incomplete. An agent cannot determine required fields, the meaning of the 'type' enum, or expected return values. The description provides almost no operational context, making it inadequate for correct invocation.

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?

The schema has 0% description coverage, meaning the description does not explain any parameters. With 6 properties, including a required 'name' and an enum 'type', the description adds no meaning beyond what the schema already provides. The description fails to compensate for the lack of parameter documentation.

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 states a specific verb and resource: 'Create a new company.' It is clear about the action, though it does not differentiate from other create tools (e.g., boond_candidates_create) beyond the resource name. The resource name is self-evident, so it adds minimal value but is 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 Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites, such as whether a company type is required, nor does it contrast with boond_companies_update or search tools. An agent has no contextual cues to decide between this and related tools.

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