Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_domains_post_v1_domains_id_unsuspend

Restore access to a suspended domain by unsuspending it, allowing the domain to resume normal operation. Use this when a domain has been suspended and needs to be reactivated.

Instructions

Create unsuspend

HTTP: POST /v1/domains/:id/unsuspend Category: Domains Required scopes: domains: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

B3.4/5.0
Behavior4/5

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

The description explicitly states 'Mutating: changes server state' and 'Required scopes: domains:write', adding useful behavioral and authorization context beyond the annotations. It is consistent with readOnlyHint=false and destructiveHint=false, and it communicates that this is a state-changing write operation requiring domain write scope.

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 well-structured with clear labels for HTTP method, category, scopes, and mutating behavior. The only weak element is the leading phrase 'Create unsuspend', which adds little value and is essentially a title repetition.

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 one-required-parameter action, the endpoint, scope, and mutation flag provide a workable baseline. But the description does not explain what unsuspend does to the domain, does not describe the request body despite it being open-schema, and does not mention expected response behavior since no output schema is provided.

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 coverage is 100%, so the baseline is 3 even without additional parameter detail in the description. However, the tool description adds no clarification about the open-world body object, whose schema is not statically declared; that leaves the main semantic gap unaddressed.

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 gives the HTTP endpoint POST /v1/domains/:id/unsuspend, which clearly identifies the domain-resource action as 'unsuspend'. The phrase 'Create unsuspend' is awkward and semantically vague, so it does not reach the level of a well-worded purpose statement, but the endpoint plus mutating flag make the operation reasonably clear.

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 is provided about when to use this tool versus related alternatives. For example, it does not mention that this applies to a currently suspended domain, nor does it distinguish domain-level unsuspend from account-level or SSH/FTP unsuspend operations that appear in the sibling tools. 'Category: Domains' gives a weak hint but no actual selection guidance.

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