Skip to main content
Glama
chrischall

freshbooks-mcp

by chrischall

freshbooks_accept_estimate

Accept an estimate in FreshBooks by sending the accept action to the specified estimate. Confirm must be true to execute; otherwise it returns a dry-run preview without network changes.

Instructions

Accept an estimate on behalf of the account, by sending FreshBooks' action_accept on the estimate (PUT estimates/estimates/{id} with {"estimate": {"action_accept": true}}). Acceptance is not reversible through the API — there is no un-accept action — so this requires confirm: true to execute; without it returns a dry-run preview and makes no network call. Idempotent: an estimate already accepted or invoiced is returned unchanged with changed: false and no write is sent. Returns the re-fetched estimate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesEstimate id (see freshbooks_list_estimates)
confirmNoMust be true to proceed. Without this, the tool returns a preview.
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It transparently covers irreversibility, the confirm gate, dry-run behavior, idempotency for already-accepted or invoiced estimates, changed: false, and the re-fetched estimate return. This is exemplary for a mutating tool.

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 compact sentences front-load the action and then add only high-value behavioral details. Every clause earns its place, covering mechanism, side effects, confirmation requirement, idempotency, and return value without filler.

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

Completeness5/5

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

Despite having no annotations and no output schema, the description fully covers the critical call-time behaviors an agent needs: irreversible action, confirm requirement, dry-run behavior, idempotent handling, and return value. Nothing essential to calling this tool correctly is missing.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds meaningful value beyond the schema by explaining that confirm must be true to execute and that omitting it yields a preview, and by showing id used in the request path.

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 tool accepts an estimate and identifies the exact FreshBooks API action, action_accept, sent via PUT. The explicit 'accept' verb and action payload make it distinct from sibling operations like decline, send, or update estimate.

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?

It gives clear operational context: acceptance is irreversible, confirm must be true to execute, and without confirm it is only a dry-run preview with no network call. It does not explicitly name alternatives or exclusion conditions, but the acceptance use case is unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/chrischall/freshbooks-mcp'

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