Skip to main content
Glama
b2dmx

uc-remote-mcp

by b2dmx

get_activity

Retrieve the complete configuration of an activity, including its entities, power sequences, button overrides, and UI pages.

Instructions

Full activity config: included entities, on/off power sequences, button overrides, and the list of UI pages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNo
activity_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description should disclose behavioral traits. It is likely read-only (get operation), but the description does not explicitly state that, nor does it mention permission requirements, side effects, or rate limits. The response format is also not described, though an output schema exists.

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

Conciseness3/5

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

The description is a single sentence of 14 words with no wasted words. However, it is overly minimal and lacks structure—no bullet points or front-loading of key information. It earns its place but barely adds value.

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 having an output schema (which covers return values), the description does not explain the meaning of 'activity_id' or how to obtain it. Given the number of sibling tools, the description should help differentiate, but it leaves ambiguity about what constitutes an 'activity' and when to use this 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?

Schema description coverage is 0%, and the description adds no meaning to the parameters (host and activity_id). It does not explain their roles, valid values, or where to obtain activity_id. The description only describes the output, not the input.

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 states it returns 'Full activity config' and lists specific components (included entities, sequences, button overrides, UI pages). It distinguishes from sibling tools like get_button_mapping and get_ui_page by indicating a broader scope. However, 'activity' is not defined and could be ambiguous without domain context.

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 guidance on when to use this tool versus alternatives such as list_activities or get_remote_info. The description does not mention prerequisites, context, or exclusions, leaving the agent to infer usage.

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/b2dmx/uc-remote-mcp'

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