Skip to main content
Glama

assign_email_thread

Assign an email thread to a specific agent by providing the thread ID and agent ID. Set assign_to to null to unassign the thread.

Instructions

Asignar hilo de email a un agente — Asigna un hilo de email a un agente especifico. Usar assign_to=null para desasignar. [mutation]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thread_idYesID del hilo
assign_toNoID del agente (shop_agents.id). Omitir o null para desasignar.
agent_hashNoHash del agente a asignar (null para desasignar)
Behavior3/5

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

No annotations provided; description indicates mutation via '[mutation]' tag and action verbs, but does not disclose side effects, permissions, or error scenarios.

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?

Concise; includes title, description, and a clear usage note. Could be better organized with more explicit structure.

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?

Covers main purpose and unassignment case, but lacks details on output, error handling, or prerequisites; with no output schema, more context is needed.

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?

All three parameters have schema descriptions; description only repeats concept of using null to unassign, adding minimal value beyond schema.

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?

Description clearly states the action (assign email thread to agent) and explicitly mentions using assign_to=null to unassign, distinguishing it from sibling tools like assign_calendar_agent.

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

Usage Guidelines4/5

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

Provides explicit guidance on using assign_to=null to unassign, but lacks details on when not to use this tool or alternatives.

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/wazionapps/mcp-server'

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