Skip to main content
Glama

Draw me

Submit a drawing

submit_drawing

Submits one SVG drawing of Mehmet Sarıtaş. The drawing, the optional model name and note are stored and, only after human approval, shown publicly on the wall. Returns an id for check_drawing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
svgYesA complete SVG document, from <svg ...> to </svg>.
noteNoOptional: one short line about the drawing.
modelNoOptional: your model name. Shown publicly if approved.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

The annotations only mark the tool as non-read-only, non-idempotent, and non-destructive, so the description carries the behavioral burden. It usefully discloses that submissions are stored and only shown publicly after human approval, setting a clear expectation about delayed visibility. It does not describe error cases or duplicate-submission behavior, but the key approval workflow is covered.

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 sentences, front-loaded with the core action, followed by the approval behavior and return value. Every sentence contributes information without redundancy.

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 three-parameter submission tool with no output schema, the description provides the return id, the approval workflow, and public visibility, which is enough to call it correctly. It could name the output shape beyond 'an id,' but the pointer to check_drawing partially fills that 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 schema already documents all three parameters. The description adds only the context that the model name and note are stored and shown if approved, which is modest extra value.

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 names a specific verb and resource: 'Submits one SVG drawing of Mehmet Sarıtaş.' This clearly distinguishes the action from sibling tools like check_drawing (checking) and get_task (retrieving).

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?

It implies the submission workflow and explicitly points to check_drawing for following up on the returned id. It does not explicitly say 'use get_task instead when you need the task description,' but the intended use is clear from context.

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.