Skip to main content
Glama

put_call_log_id

Update a call log entry by its ID. Modify call type, timestamp, caller/callee information, duration, and acknowledgment status.

Instructions

Updates the CallEntry task with the given id

Error codes: internal_error, invalid_id

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
id__pathYes(Path parameter)
idNoid
typeNoThe valid call types are: — Values: `missed`: Missed incoming call; `accepted`: Incoming call; `outgoing`: Outgoing call
datetimeNoCall creation timestamp. — Unix timestamp (seconds since epoch).
numberNoCallee number for outgoing calls. Caller number for incoming calls.
nameNoCallee name for outgoing calls. Caller name for incoming calls.
durationNoCall duration in seconds.
newNoCall entry as not been acknowledged yet.
contact_idNoIf the number matches an entry in the contact database, the id of the matching contact.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description must disclose behaviors. It only mentions error codes and the fact that it updates, lacking details on partial updates, idempotency, side effects, or validations.

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?

The description is very concise with one sentence and error codes. No unnecessary text, but it could be slightly more structured with additional context.

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

Completeness2/5

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

Given the tool has 9 parameters and an output schema, the description is too sparse. It does not explain the effect of updates, whether partial updates are allowed, or any constraints.

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 coverage is 100%, so baseline is 3. The description adds error codes but no additional parameter information beyond what the schema already provides.

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 clearly states it updates a CallEntry task by ID, using a specific verb and resource. It differentiates from sibling tools like delete_call_log_id and get_call_log_id by indicating a write operation. However, the phrase 'CallEntry task' is slightly ambiguous and could be more precise.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. It does not specify prerequisites, limitations, or when not to use it.

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/Nelson-PROIA/freebox-mcp'

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