Skip to main content
Glama

Get multiple variables

get_variables
Read-only

Read multiple Lumia variables by name, returning a map of names to values. Check variable availability with get_settings first.

Instructions

Read several Lumia variables at once by name. Returns a map of name to value. Use get_settings first if you're unsure which variables exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namesYesVariable names to read, e.g. ["twitch_username", "twitch_total_follower_count"].
Behavior3/5

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

Annotations already declare readOnlyHint: true. The description adds the return format but does not elaborate on other behavioral traits (e.g., no side effects, idempotent). With good annotations, minimal additional transparency is needed.

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?

Two sentences: first states purpose and output, second provides a usage tip. No wasted words, front-loaded with the core action.

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 read-only tool with one parameter and no output schema, the description is complete. It covers the action, input, output, and a helpful prerequisite check.

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 description coverage is 100%, with an example in the property description. The tool description does not add parameter-specific details 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 action 'read', the resource 'Lumia variables', and the output format 'a map of name to value'. It distinguishes from sibling tools like get_variable (single) via the 'several' keyword and suggests get_settings for discovery.

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?

Provides explicit guidance to use get_settings first if unsure of variable names. However, it does not explicitly differentiate from get_variable for single variable retrieval, though the name implies the distinction.

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