Skip to main content
Glama
przbadu

Firefly III MCP Server

by przbadu

Search Firefly III Transactions

firefly_search_transactions
Read-onlyIdempotent

Search Firefly III transactions using advanced query syntax. Filter by description, amount, date, category, tags, or source/destination accounts to locate specific financial records.

Instructions

Search transactions using Firefly III's query syntax.

Simple text searches match against description. Advanced syntax includes:

  • description_contains:grocery

  • amount_more:50

  • amount_less:200

  • date_after:2024-01-01

  • date_before:2024-12-31

  • category_is:Food

  • tag_is:vacation

  • source_account_is:Checking

  • destination_account_is:Supermarket

Combine multiple filters with spaces.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query string. Supports Firefly III search syntax (e.g. 'description_contains:grocery', 'amount_more:50')
limitNoMax results
pageNoPage number
Behavior4/5

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

Annotations declare readOnlyHint=true, destructiveHint=false, and openWorldHint=true. The description adds valuable behavioral context not in annotations: it explains that simple text searches match against description fields, documents the specific query syntax operators (description_contains, amount_more, etc.), and notes that filters can be combined with spaces. It does not contradict annotations.

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?

Excellent structure: front-loaded purpose statement, clear separation between simple and advanced usage, bulleted syntax examples for scannability, and a concise closing instruction on combining filters. No redundant text; every sentence provides actionable information for query construction.

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 tool's complexity (rich query syntax) and lack of output schema, the description appropriately prioritizes documenting the input query language over return values. It comprehensively covers the search DSL. A minor gap is the lack of mention of pagination behavior or result metadata, though page/limit parameters are self-explanatory in the schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite 100% schema description coverage, the description adds significant value by providing eight concrete query syntax examples (description_contains, amount_is, date_after, etc.) and explaining the fallback behavior for simple text searches. This goes far beyond the schema's basic 'e.g.' example and helps the agent construct valid queries correctly.

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 'Search transactions using Firefly III's query syntax' - specific verb (search), resource (transactions), and method (query syntax). This effectively distinguishes it from sibling tools like 'firefly_list_transactions' (simple listing) and 'firefly_get_transaction' (single record retrieval) by emphasizing the advanced search capability.

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

Usage Guidelines4/5

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

While it doesn't explicitly name alternative tools (e.g., 'use list_transactions for unfiltered results'), the extensive documentation of query syntax capabilities provides clear context for when to use this tool versus simple listing operations. It clearly defines the scope of searchable fields and operators, guiding the agent toward using this for filtered/searched retrieval.

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/przbadu/firefly-iii-mcp-server'

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