Skip to main content
Glama

Commit a freee clock action

freee_clock_commit_action

Confirm and execute an attendance punch after matching a preview and receiving explicit user approval. Handles clock-in, break-start, break-end, and clock-out actions.

Instructions

Create one real punch only after the matching preview and explicit current-message user approval. Never call directly or retry automatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
confirmYesMust be true only after explicit current-message user approval.
company_idNoOptional freee company ID. Unsupported by the Playwright backend.
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?

While annotations already indicate readOnly=false, the description adds critical behavioral context: this is the real mutation, must follow a preparation step, and must not be retried. These safety guardrails go beyond the structured 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?

Two concise sentences: the first conveys the action and prerequisite, the second states prohibitions. No wasted words, information is front-loaded.

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?

The description, combined with schema and annotations, fully covers the essential context: purpose, prerequisites, and caution against retries. It omits output/error details, but no output schema is present and such details are not critical for this tool's usage.

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?

The tool description itself doesn't add parameter details, but the schema descriptions already provide strong semantics for confirm (requires explicit approval), fingerprint (SHA-256 from prepare tool), and company_id (unsupported). With 75% coverage, the parameter meanings are clear.

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 specifies the verb 'commit' and resource 'freee clock action', distinguishing it from the sibling prepare_action tool. It explicitly states this creates 'one real punch' as opposed to a preview.

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?

Explicitly states when to use ('only after the matching preview and explicit current-message user approval') and when not to use ('Never call directly or retry automatically'). This gives unambiguous usage direction.

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