Skip to main content
Glama
inakirealise

BoondManager MCP Server

by inakirealise

boond_expenses_create

Create a new expense report by specifying resource ID, total, and period. Use this tool to record expenses accurately.

Instructions

Create a new expense report

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalYes
periodYes
statusNo
resourceIdYes

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 must disclose behavioral traits. It only says 'create', which implies a mutation but gives no detail on side effects (e.g., whether it creates a draft or submitted report, what happens on success/failure). Given zero annotation support, this is insufficient for an agent to predict consequences.

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 sentence with no waste. However, it sacrifices substance for brevity, so while efficient, it leaves the agent under-informed. It is not overly verbose, but it is too short to be sufficient.

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

Completeness2/5

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

Given the tool has 4 parameters, a nested object, an enum, and no output schema, the description is severely lacking. It fails to explain required fields, the meaning of 'total' and 'period', the possible statuses, or any return behavior. For a creation tool, this is inadequate for reliable invocation.

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

Parameters2/5

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

Schema coverage is 0%, meaning the description must explain at least the key parameters. It does not mention resourceId, total, period, or status at all. The description adds no meaning beyond the schema's property names, which is particularly problematic for the nested 'period' object and the 'status' enum with its options.

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 the verb 'Create' and resource 'expense report', which is clear. However, it does little to distinguish from sibling tools like boond_expenses_certify or boond_expenses_update that also operate on expense reports. It is minimally clear but lacks specificity about what an expense report is or what creation entails.

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?

No guidance is given about when to use this tool versus the many sibling tools that also manipulate expenses (e.g., boond_expenses_update, boond_expenses_certify). There is no mention of prerequisites, such as whether the resource must exist or any workflow context. The description is silent on alternatives.

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