Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_accounts_post_v1_accounts_id_suspend

Suspend a hosting account by its ID to immediately disable access and services. Use this endpoint when an account must be temporarily deactivated.

Instructions

Create suspend

HTTP: POST /v1/accounts/:id/suspend Category: Accounts Required scopes: accounts:write Mutating: changes server state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
bodyNoRequest body (application/json). Schema not statically declared — see API docs.
Install Server

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=false, idempotentHint=false, and destructiveHint=false. The description adds the required scope and states that it mutates server state, which is useful but largely reinforces the existing annotations. It does not explain side effects, reversibility, or response behavior.

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

Conciseness4/5

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

The description is compact and scannable, with endpoint, category, scope, and mutation flag each on its own line. The 'Create suspend' opener is unhelpful, but the remaining lines are concise and free of filler.

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 simple action with one required path parameter and no output schema, the description plus schema provides enough to identify and invoke the operation: endpoint, required id, scopes, and mutation flag. However, it leaves the body's purpose and the consequences of suspension unexplained, so it is adequate but not complete.

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%, so id and body are already documented in the input schema. The description adds no parameter-level detail, such as id being the account identifier or clarifying the body's purpose. Baseline 3 is appropriate because the schema carries the load.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description's opening 'Create suspend' is grammatically odd and vague; the actual action of suspending an account is only inferable from the endpoint path and tool name. The HTTP line clarifies the resource, but the description does not explicitly state what suspension does.

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 required scopes and notes that the call mutates server state, but gives no guidance on when to use this tool versus alternatives. The sibling unsuspend tool is not mentioned, so an agent has no explicit cue about choosing between suspend and unsuspend.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Panelica/panelica-mcp'

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