Skip to main content
Glama

streamdeck_read_page

Retrieve the contents of a specific page from an Elgato Stream Deck profile using the profile name or ID and the page index or directory ID.

Instructions

Read a profile page by profile name or ID and page index or directory ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_indexNoZero-based page index from streamdeck_read_profiles. Accepts int or a string form.
profile_idNoDirectory-based profile ID, usually the .sdProfile folder name without the suffix.
directory_idNoPage directory ID from streamdeck_read_profiles. This is the safest target for updates.
profile_nameNoExact profile name as shown in the Elgato app.
Behavior3/5

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

No annotations are provided, so the description carries full burden. It states 'Read' implying no side effects, but does not disclose any potential behavioral traits such as whether it accesses the file system, requires app permissions, or is safe to call repeatedly.

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 a single concise sentence. It could be slightly improved by splitting into two sentences for readability, but it is effective and free of waste.

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?

No output schema exists, so description should ideally indicate what the tool returns (e.g., page data). It does not. With 4 parameters and none required, the description is adequate but leaves the agent unsure of the return format.

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%, so baseline is 3. The description explains parameters' roles (by profile name/ID and page index/directory ID) but adds no further syntax or format detail beyond what the schema already provides.

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 reads a profile page, specifying the resources (profile name/ID and page index/directory ID). It distinguishes from siblings like streamdeck_read_profiles (which lists profiles) and streamdeck_write_page (which writes).

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 when to use (to read a specific page) but does not explicitly mention when not to use or provide alternatives. For example, it does not suggest using streamdeck_read_profiles first to obtain page indices or directory IDs.

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/jack-arturo/streamdeck-mcp'

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