Skip to main content
Glama
Reomar

mcp-bigcapital

by Reomar

get_bill_payment

Retrieve a specific bill payment record from Bigcapital accounting by providing its unique ID. Use this tool to access payment details for verification or reporting.

Instructions

Get a bill payment by ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
Install Server

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description carries the burden of indicating the operation type. 'Get' clearly signals a non-destructive read operation. However, it does not disclose any other behavioral traits such as not-found behavior, authorization needs, or response shape, which leaves a modest gap.

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

Conciseness5/5

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

The description is extremely concise and front-loaded: it states the action, the resource, and the access key in one short sentence. Every word contributes meaning, and there is no redundant or filler content.

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

Completeness3/5

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

For a simple single-record GET operation with one required parameter, the description is minimally sufficient. However, because there is no output schema and no annotations, an agent gets no explicit information about the return value, error cases, or how this tool relates to list_bill_payments, making it adequate but not complete.

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?

The input schema has a single required 'id' parameter with 0% schema description coverage. The description only says 'by ID', which adds little beyond what the schema already makes obvious. It does not clarify what kind of ID this is, where it comes from, or how it maps to a bill payment.

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 clearly states the action ('Get') and resource ('bill payment') and the retrieval method ('by ID'). It is identifiable as a single-record fetch, but it does not explicitly distinguish itself from sibling tools like list_bill_payments or get_bill, so it stops short of a full 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?

The description implies this tool is for retrieving a specific bill payment when an ID is known, but it gives no explicit guidance about when to use this versus list_bill_payments, create_bill_payment, or update_bill_payment. No alternatives or exclusions are mentioned.

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