Skip to main content
Glama

show_spinner

Show or hide a loading spinner in draw.io to indicate operation progress. Use show=true to start and show=false to finish, with an optional message.

Instructions

Show or hide a loading spinner in the draw.io editor. Use show=true when starting a long operation and show=false when done.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
showYestrue to show spinner, false to hide
messageNoMessage to show with spinner (e.g., "Generating diagram...")
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly states that the tool toggles the spinner, but does not elaborate on potential side effects (e.g., whether it overlays the UI, affects editor state, or if repeated calls stack). The basic behavior is transparent, but additional context about the spinner's lifecycle or interaction with other UI elements is missing.

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, front-loaded with the action, and every phrase earns its place. The first sentence conveys the purpose, and the second sentence provides actionable usage guidance. No wasted words or redundant repetition of schema information.

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 simple tool with only two parameters and no output schema, the description covers all essential aspects: what it does, how to trigger each behavior, and when to use it. No further context is necessary for an agent to invoke it correctly.

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 coverage is 100%, with both 'show' and 'message' parameters documented in the schema. The description adds minimal parameter detail beyond the schema, only implicitly linking 'show=true' and 'show=false' to starting/finishing operations. Since the schema already provides full parameter definitions, 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 tool's action ('Show or hide a loading spinner') with a specific resource ('in the draw.io editor'). It distinguishes itself from sibling tools like show_status and show_ai_cursor by focusing on the loading spinner specifically, leaving no ambiguity about its function.

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 context for when to use the tool: 'Use show=true when starting a long operation and show=false when done.' This gives clear operational timing. It does not explicitly mention alternatives or when not to use it, but for a simple spinner control, the guidance is sufficient.

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/abossard/drawio-mcp'

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