Skip to main content
Glama

Get Lumia settings

get_settings
Read-only

Retrieve a summary of states, counts, and studio settings, or fetch full lists of commands, alerts, lights, or voices. Use this to understand the user's configuration before triggering actions.

Instructions

Discover what this Lumia Stream user actually has set up. The default summary returns states, counts, and studio scene/theme/animation names; large lists are counts only. Pass a section to fetch a full list: "commands" (all chat/chatbot/points/extension command names), "alerts", "lights", or "voices". Call this before triggering things by name, since every user's setup differs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionNoWhich slice to return. "summary" = counts + studio + states; the rest return one full list.summary
Behavior4/5

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

Annotations already indicate readOnlyHint=true and openWorldHint=true. The description adds behavioral context: large lists return counts only in the default summary, and passing a section fetches a full list. This goes beyond annotations without contradiction.

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 three sentences, each serving a distinct purpose: stating the tool's purpose, explaining the default behavior, and instructing on sections. It is front-loaded with the main idea and contains no redundant information.

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

Completeness4/5

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

Given one parameter with full schema coverage and annotations, the description is quite thorough. It explains default vs. detailed lists and provides usage context. No output schema exists, but the description adequately describes return behavior. Minor omission: could mention that section 'all' is available.

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

Parameters4/5

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

Schema coverage is 100% (parameter 'section' fully described with enum and default). The description adds meaning by explaining that 'summary' returns 'states, counts, and studio scene/theme/animation names' and that other values return one full list. This enriches understanding beyond the schema.

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 purpose: 'Discover what this Lumia Stream user actually has set up.' It specifies the verb 'discover' and the resource 'settings', and distinguishes from sibling tools by emphasizing that every user's setup differs and calling this before triggering actions by name.

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 clear guidance: 'Call this before triggering things by name, since every user's setup differs.' It implies when to use the tool (before triggering) and explains the default summary vs. specific sections. However, it does not explicitly mention when not to use it or direct alternatives.

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/lumiastream/MCP'

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