Skip to main content
Glama
Reomar

mcp-bigcapital

by Reomar

publish_expense

Publish an expense in Bigcapital by providing its ID to finalize it for accounting records.

Instructions

Publish an expense.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
Install Server

TDQS

D1.8/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 behavioral disclosure, but it provides none. Publishing implies a state change or finalization, yet the description does not mention permissions, irreversibility, side effects, or idempotency.

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 short and free of filler, but the brevity comes from omitting essential details rather than distilling useful information. It is concise in form but not appropriately sized for the content an agent needs.

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?

The tool is simple with one integer parameter, so the schema covers basic invocation. However, the description does not explain the publish operation's purpose or consequences, leaving the agent to guess what happens after the call.

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%, and the description adds no information about the 'id' parameter beyond its raw name. It fails to state that the id identifies which expense to publish or how it should be obtained.

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 'Publish an expense' is essentially a direct restatement of the tool name, making it a tautology. It does not explain what 'publish' means in the accounting context—e.g., finalizing, posting, or submitting—nor does it distinguish the action from update_expense or create_expense.

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 provided about when to use this tool versus alternatives. The description gives no context about whether publishing happens after an expense is created, whether it is for approval workflows, or when it should be avoided.

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