Skip to main content
Glama
remotenodelabs

CapyParse MCP Server

convert_bank_statement

Convert PDF bank statements into structured data (Markdown, JSON, CSV, JSONL) with verified transactions and balance checks.

Instructions

Convert a PDF bank statement with CapyParse. Pass a local file_path or a downloadable file_url. Costs 1 credit per page. Returns a conversion id — poll get_conversion until status is 'completed' (typically 1-3 minutes, wait ~30s between polls), then call get_conversion_result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_urlNoDownloadable http(s) URL of the statement
file_pathNoPath to a local PDF/PNG/JPG file
Behavior4/5

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

With no annotations, the description discloses cost per page, async behavior, and polling details. However, it does not cover potential errors, file size limits, or what happens if the file is invalid.

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?

Three concise sentences, no unnecessary words, front-loaded with the core action. Every sentence adds value.

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?

Given no output schema, the description explains the return value (conversion id) and the follow-up actions. It lacks details on error handling or file limitations, but covers the key workflow adequately for a low-complexity tool.

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 input schema already describes both parameters with 100% coverage. The description adds context about 'downloadable' and cost per page, but the cost is more of a behavioral note than parameter semantics. Minimal added value beyond schema.

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 it converts a PDF bank statement with CapyParse, specifying the input options (file_path or file_url). It distinguishes from sibling tools by outlining the asynchronous workflow with polling and result retrieval.

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

Usage Guidelines5/5

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

Explicitly instructs to pass a local file_path or downloadable file_url, mentions cost (1 credit per page), and provides a step-by-step process: returns conversion id, poll get_conversion until completed, then call get_conversion_result. The typical polling time and wait interval are given.

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/remotenodelabs/capyparse-mcp'

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