Skip to main content
Glama
HellioSolutions

Hellio Messaging MCP server

Official

Rotate an app signing secret

hellio_ussd_rotate_app_secret
Destructive

Rotate a USSD app's signing secret for test or live mode. The old secret is immediately invalidated.

Instructions

Rotates one mode's signing secret. The old secret stops working immediately. Requires the ussd scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe app id.
modeYesWhich secret to replace.
Behavior4/5

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

Adds critical behavioral detail: 'The old secret stops working immediately', which goes beyond the destructiveHint annotation. Also mentions scope requirement, though schema annotations already indicate non-read-only and destructive nature.

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, 15 words, with front-loaded purpose. 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?

For a simple rotation tool with 2 required parameters, the description provides the essential action, effect, and requirement. No output schema needed. Slightly lacking in explaining the return value but acceptable.

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 already fully describes both parameters (id, mode) with details like UUID format and enum values. The description does not add extra semantic meaning beyond referencing 'mode'.

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 uses a specific verb 'Rotates' and identifies the resource 'signing secret' for a single mode, clearly distinguishing this action from sibling tools like 'update_app' or 'switch_app_mode'.

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?

Clearly states the required 'ussd' scope and implies use when rotating a secret for a specific mode. However, no explicit guidance on when not to use or alternatives is provided.

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/HellioSolutions/hellio-mcp'

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