Skip to main content
Glama
adamVass

pylos-mcp

by adamVass

create_draft

Save a draft email to the Drafts folder without sending it, so you can verify the recipient list before sending manually.

Instructions

Save a draft to the Drafts folder. The result echoes the full recipient list so it can be checked. The draft is saved, never sent: it waits in the Drafts folder for the account owner to read it, correct the recipients and send it themselves.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNo
toNo
bodyYes
subjectYes
attachmentsNoAttachments are taken from messages already in the mailbox, by folder, uid and part id.
Behavior4/5

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

Beyond the annotations (all false), the description discloses the non-sending behavior and the result echoing the recipient list, which are crucial for an email tool. It does not mention permissions or rate limits, but the provided details are valuable and do not contradict 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?

Three sentences with no redundancy, front-loaded with the primary action and immediately followed by the most important behavioral nuance (never sent). Every sentence earns its place.

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?

With no output schema, the description partially explains the return behavior (echoes recipient list) and the post-save state. It does not cover attachment handling or errors, but given the tool's moderate complexity, the provided context is sufficient for an agent to use it safely.

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

Parameters2/5

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

Schema description coverage is only 20% (attachments have a description), and the tool description adds minimal parameter meaning beyond referencing the 'recipient list.' It does not explain subject/body semantics or required parameters, leaving the burden on a sparse 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?

The description states a specific action ('Save a draft') and resource ('Drafts folder'), clearly differentiating this write tool from the read-only sibling tools. The verb and object are unambiguous, and the 'never sent' detail further distinguishes its purpose.

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?

The description implies when to use the tool (creating a draft) and emphasizes it does not send emails, but it does not explicitly mention alternatives or when not to use it. The context of sibling read tools makes the distinction clear, but it stops short of explicit guidance.

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/adamVass/pylos-mcp'

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