Skip to main content
Glama
straycatse

bokio-mcp

by straycatse

List invoice attachments

bokio_list_invoice_attachments
Read-onlyIdempotent

List file attachments for a specific invoice using its ID. Filter by text or paginate results to retrieve supporting documents.

Instructions

Lists file attachments on an invoice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, starting at 1
queryNoFree-text filter
pageSizeNoItems per page (max 100)
invoiceIdYesPath parameter invoiceId
Behavior2/5

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

Annotations declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. However, the description adds no behavioral context beyond restating what the tool does — no mention of pagination limits, whether metadata or content is returned, or how this relates to the download/get siblings. For an operation with no output schema and no behavioral notes, the description leaves agents to guess at the return shape.

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?

Seven words, zero waste, and the key information is front-loaded. The description is exactly as long as it needs to be, a model of verbal economy. Every word earns its place.

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 list tool with a single required parameter and the safety profile covered by annotations, the description is minimally adequate. The biggest gap is the absence of any statement about the return shape (metadata vs. content), which matters more because no output schema exists. An agent is left inferring that 'list' means metadata-only, which is reasonable but unstated.

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?

Schema description coverage is 100%, establishing a baseline of 3. The description itself adds no parameter-level detail, and oddly, the most critical parameter (invoiceId) has the least helpful schema description ('Path parameter invoiceId' — a tautology). Page, pageSize, and query have genuinely useful schema descriptions. The description could have clarified the relationship between the parameters and the listing behavior but doesn't.

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 ('Lists'), resource ('file attachments'), and scope ('on an invoice'). The description is clear and the naming convention differentiates it from siblings like bokio_get_invoice_attachment and bokio_download_invoice_attachment. However, the differentiation is implicit via the word 'Lists' rather than explicit, so it doesn't quite 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 vs. alternatives. There's no mention of the distinction between listing attachments, getting attachment metadata, or downloading content, even though all three siblings exist. With siblings like bokio_download_invoice_attachment and bokio_list_invoices, an agent gets zero help selecting among them. The usage context is purely implied by the verb, 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.

Install Server

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/straycatse/bokio-mcp'

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