Skip to main content
Glama

Commit a freee application action

freee_approval_commit_action
Destructive

Approve or return a freee application only after matching the preview fingerprint and receiving explicit user confirmation. Prevents accidental or unauthorized approval actions.

Instructions

Change one real application only after matching preview and explicit current-message approval. Never call directly or retry automatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe numeric No. shown in the freee application list.
actionYesapprove maps to 承認; return maps to 申請者へ差し戻す.
confirmYesMust be true only after explicit current-message user approval.
fingerprintYesThe unchanged SHA-256 fingerprint returned by the matching prepare tool.
Behavior5/5

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

Annotations already indicate destructive, non-idempotent behavior, but the description adds critical context: it changes a real application (real-world effect), requires a matching preview and explicit user approval, and must not be retried. This goes beyond the structured hints and is essential for safe operation.

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?

The description is only two sentences, yet it packs essential action, prerequisites, and prohibitions. It is front-loaded with the action and condition, and every word contributes meaning. No fluff.

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 high-risk destructive nature of the tool, the description covers the core safety rules: preview matching, explicit approval, no direct calls, no automatic retries. It could explicitly mention the prepare tool by name, but 'matching preview' implies it given the sibling tools. The lack of an output schema and the strong annotations make this sufficient.

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 baseline is 3. The description adds semantic value by linking the fingerprint parameter to 'matching preview' and the confirm parameter to 'explicit current-message approval,' giving safety-related meaning to these fields that the schema alone does not fully convey.

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 it changes one real application, which identifies the action and scope, but the verb 'change' is less precise than 'commit' or 'apply.' The title 'Commit a freee application action' and tool name clarify intent, and the mention of 'matching preview' distinguishes it from the prepare tool.

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?

The description explicitly says to use it 'only after matching preview and explicit current-message approval,' providing clear timing. It also says 'Never call directly or retry automatically,' which is an explicit exclusion warning. This gives strong guidance on when to use the tool versus alternatives and emphasizes the two-phase protocol.

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

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