Skip to main content
Glama

typora_list_drafts

List auto-saved and recovered drafts from Typora's recovery vault to locate and recover unsaved documents or examine emergency drafts.

Instructions

List auto-saved and recovered drafts from Typora's recovery vault (draftsRecover). Useful for recovering unsaved documents or examining emergency drafts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of drafts to return (default: 30).
queryNoOptional keyword to filter draft filenames.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It clearly signals a read-only listing operation by using 'List' and 'examining', and identifies the source as the recovery vault. It could be more explicit that listing does not itself recover or delete drafts, but for a simple list tool this is adequate.

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?

Two concise sentences with no filler. The core action and source are front-loaded, and the usage context is added as a useful second sentence.

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?

For a simple optional-parameter list tool, this description is sufficiently complete: it identifies the data source, purpose, and practical use case. There is no output schema, so the description could specify the exact shape of returned draft objects, but for selection and invocation this is not a critical gap.

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 100%, so the parameters limit and query are already fully documented. The description adds no additional parameter semantics, so the baseline of 3 is appropriate.

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 states a clear verb and resource: list auto-saved/recovered drafts from Typora's recovery vault. It is distinct from likely siblings like typora_read_draft or typora_list_backups by naming the draftsRecover vault, though it does not explicitly contrast sibling tools.

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 gives clear practical context: use it when recovering unsaved documents or examining emergency drafts. It does not explicitly say when not to use it or name alternatives like typora_list_backups, so it misses the top tier.

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