Skip to main content
Glama

my_draft

Returns the saved publish draft (there is ONE per account, shared with the /vender assistant) and what it still needs before it can be submitted: missing is the result of the SAME validation the submission runs, so with readyToSubmit: true all that is left is uploading the ZIP and calling submit_for_review. It comes back in the same vocabulary create_draft and update_draft accept: prices as a number, licence standard or exclusive and videos as YouTube links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
draftNoThe draft in the MCP vocabulary (the same fields as create_draft).
editingNoSlug the draft edits, or null if it is for a new template.
missingYesFields the listing is still missing before it can be submitted.
savedAtNoWhen it was last saved (ISO 8601).
hasDraftYesThere is a draft saved on the account.
nextStepYesWhat to do now, in one sentence.
readyToSubmitYesThe listing already passes the submission validation.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed7 schema fields changed
    • changedOutput schema / properties / draft / description
      Previous value: -"El borrador en el vocabulario del MCP (los mismos campos que create_draft)."New value: +"The draft in the MCP vocabulary (the same fields as create_draft)."
    • changedOutput schema / properties / editing / description
      Previous value: -"Slug que edita el borrador, o null si es de una plantilla nueva."New value: +"Slug the draft edits, or null if it is for a new template."
    • changedOutput schema / properties / hasDraft / description
      Previous value: -"Hay un borrador guardado en la cuenta."New value: +"There is a draft saved on the account."
    • changedOutput schema / properties / missing / description
      Previous value: -"Campos que le faltan a la ficha para poder enviarse."New value: +"Fields the listing is still missing before it can be submitted."
    • changedOutput schema / properties / nextStep / description
      Previous value: -"Qué hacer ahora, en una frase."New value: +"What to do now, in one sentence."
    • changedOutput schema / properties / readyToSubmit / description
      Previous value: -"La ficha pasa ya la validación del envío."New value: +"The listing already passes the submission validation."
    • changedOutput schema / properties / savedAt / description
      Previous value: -"Cuándo se guardó por última vez (ISO 8601)."New value: +"When it was last saved (ISO 8601)."
  2. First observed

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the full transparency burden, and it does well: it discloses that there is exactly one draft per account, that it is shared with another assistant, that `missing` comes from the same validation the submission runs, and that fields use the same vocabulary as create_draft/update_draft. It does not cover edge cases like what happens when no draft exists or whether the call has side effects, but the read-oriented verb “Returns” provides reasonable confidence that this is a non-mutating operation.

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?

The description is a compact, two-sentence paragraph with no filler: the primary result is front-loaded, the validation semantic is explained next, and the vocabulary detail is deferred to the final clause. Every sentence adds operational value, and code identifiers are used precisely.

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

Completeness5/5

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

For a zero-parameter read tool with an output schema present, the description is complete: it states what is returned, how to interpret `missing` and `readyToSubmit`, and what to do next after readiness. The missing edge-case notes (e.g., draft absent) are minor against the low complexity and the presence of an output schema.

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

Parameters4/5

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

The tool has zero parameters, so the input schema is trivially complete and there is little for the description to add about invocation arguments. The description instead adds semantic context about the shape of the returned data, such as prices as a number, licence limited to `standard` or `exclusive`, and videos as YouTube links. This is useful and goes beyond the empty schema, earning the baseline 4 for a no-parameter tool.

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 opens with a specific verb and resource: “Returns the saved publish draft” and immediately distinguishes this tool from siblings by clarifying it reports pre-submission readiness rather than creating, updating, or submitting. It explicitly names related tools (create_draft, update_draft, submit_for_review) and frames its role as the read-side counterpart to those actions.

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 context for when to use the tool: to inspect the current draft and the validation gaps it still needs before submission. It even routes the user to the next step by stating that when readyToSubmit is true, all that remains is uploading the ZIP and calling submit_for_review. It does not explicitly state “use update_draft when missing has items,” but the vocabulary reference implies how the output connects to update workflows.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources