Skip to main content
Glama
zzn199216

WorldRole MCP

by zzn199216

prepare_application_followup

Draft a follow-up for a job application after checking the mailbox, using existing authorization when applicable. Prepares a reply with email thread headers, without sending.

Instructions

Prepare one due follow-up with email thread headers. Check mailbox first; never chase after replies. Draft only, no sending. Reuse existing authorization only if follow-up is within scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
app_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

A4.2/5.0
Behavior4/5

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

The description adds meaningful behavior beyond annotations: it drafts without sending, requires mailbox checking first, prohibits chasing replies, and conditions authorization reuse on scope. This is useful context that annotations alone don't convey.

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?

Four short, purposeful sentences with no filler. Each sentence adds operational or selection-relevant information, and the most important constraints come early.

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?

Given the tool's moderate complexity and an output schema, the description covers preconditions, side-effect boundaries, and scope constraints. It doesn't detail what the prepared draft contains or what happens after preparation, but the essential call-time decisions are covered.

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 0%, so the description carries the burden of explaining parameters. It explains the overall purpose but never explicitly maps app_id and body to their roles.even though the names are fairly self-explanatory.

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?

States a specific action and object: "Prepare one due follow-up with email thread headers." It also draws a sharp boundary with "Draft only, no sending," which distinguishes it from send-type sibling tools like send_application.

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 clear usage context: check the mailbox first, don't chase replies, only reuse authorization when the follow-up is within scope. It doesn't explicitly name an alternative tool, but the guidance is concrete enough to guide selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.