Skip to main content
Glama
js-cohn
by js-cohn

create_draft_conversation

Create a new email draft by specifying recipients, subject, and body. Prepare messages for later sending without immediate delivery.

Instructions

Create a brand-new draft conversation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNo
toNo
bccNo
bodyYes
subjectNo
api_tokenNo
member_idNo
mailbox_idNo
from_addressNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries full responsibility for disclosing behavioral traits. It only states the creation action without mentioning side effects, required fields, authentication dependencies, or the nature of the operation (e.g., mutation).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with a single sentence, but it is under-specified for a tool with 9 parameters. The word 'brand-new' adds little value, and the brevity sacrifices necessary detail.

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

Completeness1/5

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

Given the tool's complexity (9 parameters, 1 required) and complete lack of schema descriptions, this description is severely incomplete. An output schema exists, but the description does not provide enough context about what a draft conversation is, what inputs are needed, or how to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description provides no parameter information. It fails to even highlight that 'body' is required, and offers no guidance on how to format fields like 'to', 'cc', or 'subject', leaving the agent without sufficient semantic context.

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 uses a specific verb ('create') and resource ('draft conversation'), clearly indicating the action. It is distinguishable from sibling tools like create_draft_reply by the resource term 'conversation,' but doesn't elaborate on what a draft conversation entails.

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?

There is no guidance on when to use this tool versus alternatives like create_draft_reply or update_draft. No context is provided about prerequisites, ideal use cases, or situations to avoid.

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/js-cohn/Jelly-FastMCP'

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