Skip to main content
Glama

set_expiration_timer

Set or disable the disappearing message timer for a direct or group Signal chat. Choose time in seconds to auto-delete messages.

Instructions

Set or disable the disappearing message timer for a conversation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
expiration_secondsYesTimer in seconds (0 to disable). Common: 3600=1h, 86400=1d, 604800=1w
recipientNoPhone number for a direct conversation
group_idNoGroup ID for a group conversation
Behavior2/5

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

With no annotations present, the description carries the full burden of behavioral disclosure. It states it sets or disables a timer, but fails to mention side effects (e.g., whether this deletes existing messages), required permissions, or irreversibility. The description is too minimal for a mutation 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?

The description is a single sentence that is concise and front-loaded with the action. Every word contributes to the purpose. No wasted text.

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?

Given the tool has 3 parameters and no output schema or annotations, the description is minimally adequate. It explains the core function but omits important details like the mutual exclusivity of recipient and group_id, and the effect of setting expiration_seconds to 0. The description could be more complete.

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 the schema already documents all parameters. The description adds no additional meaning beyond summarizing the tool's purpose. Baseline 3 is appropriate as the description does not degrade but also does not enhance understanding of parameters.

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 action ('Set or disable') and resource ('disappearing message timer for a conversation'). The verb is specific and the resource is well-defined, distinguishing it from sibling tools like send_message or pin_message.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not specify prerequisites, edge cases, or mention that only one of recipient or group_id should be provided. The agent is left to infer usage from the name and schema.

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/googlarz/signal-mcp'

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