Skip to main content
Glama

Submit a freee approved-application cancellation

freee_personal_application_commit_cancel
Destructive

Submit a verified cancellation application after matching the preview and SHA-256 fingerprint, ensuring the exact user-authorized write is executed.

Instructions

Create one real cancellation application after its matching preview when the exact action or an active scoped business policy is user-authorized. The result is a new cancellation application that may still require approval; a follow-up approval is authorized only when the policy expressly covers that chain. Never retry an unknown write.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe numeric No. shown in the freee application list.
reasonNoOptional application reason. Empty is allowed when freee allows it.
confirmYesMust be true only when this exact write matches a precise user instruction or a still-active scoped business policy. The Agent validates the preview and fingerprint on the user's behalf; no separate per-item confirmation is required.
fingerprintYesThe unchanged SHA-256 fingerprint returned by the matching prepare tool.
Install Server

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already carry the safety profile (readOnly=false, destructive=true, idempotent=false), and the description adds genuine context beyond them: the resulting application 'may still require approval,' follow-up approval is 'authorized only when the policy expressly covers that chain,' and writes must never be blindly retried. These caveats are consistent with the annotations — no contradiction — and materially shape how an agent should treat the result.

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?

Three sentences of roughly 60 words, front-loaded with the core action followed by two distinct behavioral caveats; every sentence earns its place. The prose is dense and occasionally awkward ('when the exact action or an active scoped business policy is user-authorized'), but the structural economy is good.

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

Completeness3/5

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

For a destructive, non-idempotent write with no output schema, the description covers the essential operational context: ordering after prepare, authorization requirements, approval-chain limitations, and retry caution. It does not describe the return value, failure/error behavior, or what happens to the original approved application, which are notable gaps for a tool of this 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%, so all four parameters (id, reason, confirm, fingerprint) are already documented with types, constraints, and meaning, yielding the baseline of 3. The description's authorization phrasing mirrors, rather than extends, the confirm parameter's semantics and adds no per-parameter detail.

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

Purpose4/5

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

The description states a specific action — 'Create one real cancellation application' — with a clear resource and an ordering constraint, 'after its matching preview,' that distinguishes it from the prepare_cancel sibling and, via the word 'cancellation,' from commit_create/commit_withdraw. The authorization clause is grammatically dense and slightly obscures the core purpose, so it stops short of a 5.

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?

Usage context is implied by 'after its matching preview' and reinforced by the schema's reference to 'the matching prepare tool,' signaling a prepared-commit sequence. However, no alternative tools are named and no explicit when-not-to-use conditions are given; 'Never retry an unknown write' is a retry rule, not a tool-selection rule.

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/newbdez33/freee-mcp'

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