Skip to main content
Glama

list_sketch_entities

List all curves and points in a sketch to enable precise constraint and dimension application.

Instructions

List all entities (curves, points) in a sketch for use with constraints and dimensions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sketch_indexYesIndex of the sketch (0-based).
Behavior2/5

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

No annotations are provided, so the description must disclose behavior. It mentions that the tool lists entities but does not specify that it is a read-only operation, nor does it describe the output format or any side effects. With no output schema, this gap is significant.

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 single, well-formed sentence that conveys the tool's action, resource, and purpose without any redundant words. It earns its place entirely.

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?

Given the simple input (one required parameter) and no output schema, the description is minimally adequate. It explains the tool's purpose but does not detail the return structure or potential edge cases, leaving some ambiguity for an agent.

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?

The schema already provides full coverage for the single parameter (sketch_index with description). The tool description adds minimal extra meaning beyond contextualizing the parameter's role in listing entities, so a baseline score of 3 is appropriate.

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 clearly states the verb 'list' and the resource 'all entities (curves, points) in a sketch', and explicitly connects it to its purpose 'for use with constraints and dimensions'. This distinguishes it from sibling tools like draw_line or add_sketch_constraint.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context (before constraints/dimensions) but does not explicitly state when to use it or mention alternatives. It is adequate but lacks explicit guidance on when not to use it.

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/mikan-atomoki/text-to-model'

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