get_sent
Get sent Gmail emails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| limit | No |
Get sent Gmail emails.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| limit | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, and the description discloses no behavioral details. It does not mention pagination (limit), filtering (q), authentication requirements, return format, or any side effects. The description carries the full burden and fails to provide substantive transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence with no filler or repetition. It is appropriately brief, though slightly under-specified, but this under-specification is more a completeness issue than a conciseness issue.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema and no annotations, the description should at least explain the return value, how q and limit affect results, and any special behavior like only returning metadata. The current description is too thin to allow correct invocation, especially given the ambiguous q parameter.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 0% description coverage for the two parameters, q and limit, and the description adds no meaning to them. The agent is left to guess what q expects (query syntax?) and how limit behaves, with no guidance in either schema or description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb and resource ('Get sent Gmail emails'), clearly identifying the Gmail sent folder and distinguishing it from Outlook sent emails. However, it does not differentiate from similarly named tools like search_email or get_inbox.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 such as get_outlook_sent, search_email, or get_inbox. No when-to-use, when-not-to-use, or alternative tools are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.