Skip to main content
Glama
jasoncbraatz

fintable-mcp

by jasoncbraatz

fintable_create_bulk_rules

Create multiple transaction categorization rules in bulk, mapping patterns to categories. Optionally run all rules immediately to categorize existing transactions.

Instructions

Create multiple categorization rules at once — batch rule creation!

Each rule maps a transaction description pattern to a category. Optionally runs all rules after creation to categorize existing transactions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Description mentions creation and optional run-after-create, which adds to annotations. However, does not disclose idempotency, side effects, or permission requirements. Annotations already indicate readOnlyHint=false and destructiveHint=false.

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?

Two concise sentences, front-loaded with purpose, no unnecessary words. Perfectly efficient for the tool's complexity.

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 the presence of an output schema, the description covers core functionality and optional behavior. Lack of return value explanation is acceptable due to output schema. Could mention limitations or prerequisites.

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 coverage is 0% but input schema contains descriptions for both parameters (rules, run_after_create). The description adds context about rule mapping, but does not compensate for missing schema descriptions beyond what's already in 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?

Description clearly states 'Create multiple categorization rules at once' using specific verb and resource. Distinguishes from sibling fintable_create_rule (single rule) by highlighting batch creation.

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?

Description implies usage for bulk rule creation with optional post-create categorization, but lacks explicit guidance on when to use over alternatives like fintable_create_rule or fintable_run_all_rules.

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/jasoncbraatz/fintable-mcp'

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