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

set_page_style

Apply style properties to multiple buttons on a Stream Deck page by providing a JSON array with row, column, text, color, and bgcolor values.

Instructions

Batch-set style on multiple buttons on a page.

buttons_json: JSON array of {row, column, text?, color?, bgcolor?} objects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYes
buttons_jsonYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must carry full behavioral disclosure. It states it is a batch operation but does not mention whether it is a write operation, if it reverts other changes, or any side effects. The behavior is minimally described.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with two sentences: a clear summary and a brief parameter explanation. No unnecessary text, though a bit more structure (e.g., separate line for page parameter) would improve readability.

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?

Given the complexity of a batch operation with a JSON parameter and an existing output schema, the description is incomplete. It lacks explanation of return values, prerequisites (e.g., valid page, existing buttons), and does not differentiate from similar batch tools.

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 has 0% description coverage. The description adds meaning by explaining the structure of buttons_json as a JSON array with optional fields, but the page parameter is left undocumented, and the format of buttons_json as a JSON string is not explicitly stated.

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 'Batch-set style on multiple buttons on a page' clearly states the verb (batch-set style) and resource (multiple buttons on a page). It distinguishes from single-property setters like set_button_color or set_button_text, but does not differentiate from similar batch tools like apply_page_style_preset.

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?

There is no guidance on when to use this tool versus alternatives such as apply_button_template or set_button_style_verified. The description provides no context about prerequisites or typical use cases.

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