Skip to main content
Glama

da_draw_path

Draw freeform shapes, signatures, or circles by tracing through screen coordinates with the mouse button held. Supports modifier keys for constrained drawing.

Instructions

Draw a multi-point path with the mouse by tracing through points with the given button held. Useful for freeform shapes, signatures, circles (as N points on the circumference), etc. modifiers are held pressed for the duration of the trace (e.g. ["shift"] for constrained-drawing in Paint). Strict modifier pairing is enforced even on errors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
buttonNo
pointsYes
modifiersNo
durationMsNo
Behavior3/5

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

With no annotations, the description carries full burden. It discloses that the button is held, modifiers are held for the duration, and strict modifier pairing is enforced even on errors. It does not describe return values, coordinate system, or other side effects, leaving some gaps.

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 two sentences long, front-loaded with the primary action and followed by examples and behavioral notes. Every sentence contributes meaningful information without redundancy.

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

Completeness3/5

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

For a tool with four parameters, no annotations, and no output schema, the description provides a clear overview but misses key details like the meaning of durationMs, the coordinate system for points, and any return/error behavior. The strict modifier pairing note is helpful, but overall completeness is moderate.

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 description adds meaning to three of four parameters: it explains points as the path to trace, modifiers as held keys with an example, and button as the held button. However, durationMs is not mentioned at all, and the structure of points is only minimally described; schema coverage is 0%, so this partial compensation is modest.

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 clearly states the tool's action: drawing a multi-point path by tracing through points with the mouse while holding a button. It provides specific use cases (freeform shapes, signatures, circles) that distinguish it from simpler mouse tools, though it doesn't explicitly contrast with sibling tools like da_drag.

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 provides explicit use cases (freeform shapes, signatures, circles as N points) and explains the modifier behavior with an example. However, it does not mention alternatives or when not to use the tool, so there's no exclusion criteria.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cioinside/da-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server