Skip to main content
Glama
Reomar

mcp-bigcapital

by Reomar

create_item

Create a new product or inventory item in Bigcapital by passing item details in the request body. Use this to add items to your accounting records.

Instructions

Create an item.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesRequest body passed through to Bigcapital
Install Server

TDQS

C2.8/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 disclosing behavior. It only says 'Create an item' and does not mention side effects, required permissions, validation behavior, or what happens on success or failure. The mutation is implied but not contextualized.

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 only one short sentence, so it is maximally concise. However, it borders on under-specification: no context, no parameter guidance, and no mention of how the body should be structured. It reads as a label rather than a meaningful tool definition.

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?

For an open-body creation endpoint with no annotations and no output schema, the description is not complete enough. An agent cannot tell what fields an 'item' requires, what Bigcapital will accept, or what a successful creation returns. The single parameter's open additionalProperties makes this gap significant.

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 schema provides 100% description coverage for the single 'body' parameter, stating it is the request body passed through to Bigcapital. The description adds no additional semantic value beyond the schema, so the baseline 3 is appropriate.

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?

States a specific verb and resource: 'Create an item.' It distinguishes from sibling tools like get_item, update_item, and list_items at a basic level. However, it lacks any detail about what an 'item' is in the Bigcapital context, so it does not fully earn a 5.

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 on when to use this tool versus alternatives. The description does not mention any exclusions, prerequisites, or conditions that would route an agent to create_item instead of update_item or other create tools. Usage must be inferred solely from the name, which is not enough.

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

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/Reomar/mcp-bigcapital'

If you have feedback or need assistance with the MCP directory API, please join our Discord server