Skip to main content
Glama

stage_hide_message

Hide the current stage message in ProPresenter presentations to maintain a clean stage display during live events or presentations.

Instructions

Hide the current stage message

Input 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 carries the full burden of behavioral disclosure. 'Hide' implies a mutation that likely changes the visibility state of a message, but the description doesn't specify if this is reversible, if it requires specific permissions, what happens if no message is displayed, or if it affects other system states. This leaves significant gaps for a mutation tool.

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 a single, direct sentence with no wasted words, front-loading the core action ('hide') and target ('current stage message'). It's efficiently sized for a zero-parameter tool, making it easy to parse quickly.

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?

For a zero-parameter mutation tool with no annotations and no output schema, the description is minimally adequate. It states what the tool does but lacks details on behavior, side effects, or usage context. Given the complexity (simple action) and structured data gaps, it provides a basic understanding but falls short of being fully informative.

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?

The input schema has 0 parameters with 100% coverage, meaning no parameters need documentation. The description appropriately doesn't discuss parameters, as there are none to explain, which aligns well with the schema's completeness.

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 clearly states the action ('hide') and the target ('the current stage message'), making the purpose immediately understandable. However, it doesn't differentiate this tool from its sibling 'stage_show_message' or other message-related tools like 'messages_clear' or 'messages_delete', which prevents a perfect score.

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?

The description provides no guidance on when to use this tool versus alternatives. There's no mention of prerequisites (e.g., whether a message must be currently displayed), exclusions, or how it relates to sibling tools like 'stage_show_message' or 'messages_clear', leaving the agent with no contextual usage information.

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/Marc416/propresenter-mcp'

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