Skip to main content
Glama
drohi-r
by drohi-r

preview_label_button_grid

Preview how labels map to grid coordinates by resolving a label grid without writing changes to Companion.

Instructions

Resolve a label grid into coordinates without writing to Companion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYes
labels_jsonYes
columnsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description partially covers behavior by stating it is a read-only operation ('without writing to Companion'). However, it omits details about side effects, error conditions, or required preconditions.

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?

A single sentence of 9 words, perfectly front-loaded with the core purpose. Every word serves a function; no fluff.

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

Completeness2/5

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

Despite an existing output schema, the description is too terse. It does not explain how to use the parameters, any prerequisites (e.g., page existence, JSON format), or what the coordinates represent. The context is insufficient for an agent to confidently use the tool.

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

Parameters1/5

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

The schema has 0% description coverage and the description adds no explanation of 'page', 'labels_json', or 'columns'. The description fails to supplement the schema, leaving parameters entirely opaque.

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 action ('resolve a label grid into coordinates') and distinguishes it from the write sibling 'label_button_grid' by noting it does not write to Companion. The verb 'resolve' is acceptable but could be more explicit.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool vs. alternatives like 'label_button_grid' or other preview tools. The description implies a dry-run use case but does not provide clear context or exclusions.

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/drohi-r/companion-mcp'

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