Skip to main content
Glama
straycatse

bokio-mcp

by straycatse

Download credit note PDF

bokio_download_credit_note
Read-onlyIdempotent

Download a credit note as a PDF by providing its credit note ID, giving you a printable digital copy for filing or sending.

Instructions

Downloads the credit note as a PDF file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
creditNoteIdYesPath parameter creditNoteId
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds only the PDF format detail, which is a minor behavioral clarification but does not describe the response body, file handling, or any other runtime behavior.

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 short sentence with no filler, but it largely restates the title 'Download credit note PDF' rather than adding substantial new information. It is appropriately sized for such a simple operation.

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

Completeness4/5

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

For a one-parameter download operation with read-only and idempotent annotations, the description is nearly complete: it names the resource, the action, and the output format. It could be slightly more explicit about returning the raw PDF bytes, but this is strongly implied and the tool is low complexity.

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% and the single parameter creditNoteId is documented as a path parameter. The description adds no additional semantic meaning beyond what the schema already provides, so the baseline score of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (downloads), the resource (the credit note), and the output format (PDF). This distinguishes it from siblings like bokio_get_credit_note, which presumably returns structured data, and bokio_download_invoice, which targets a different resource.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool should be used when a PDF copy of a credit note is needed, but it does not explicitly state when to prefer this over alternatives such as bokio_get_credit_note. No exclusions or alternative routing are provided.

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