Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_plans_post_v1_plans

Creates a new hosting plan via the Panelica API, letting you submit plan details and apply changes to the server.

Instructions

Create plan

HTTP: POST /v1/plans Category: Plans Required scopes: plans:write Mutating: changes server state.

Input Schema

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

TDQS

B3.2/5.0
Behavior3/5

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

The description states 'Mutating: changes server state,' which is consistent with readOnlyHint=false but does not go much beyond it. It does add the required plans:write scope, an auth detail not present in the annotations, though it omits side effects beyond generic state change.

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 front-loaded with the purpose, endpoint, scopes, and mutating effect. 'Category: Plans' and the mutating line are somewhat redundant with existing metadata, but the overall footprint is appropriately small.

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?

For a mutating create operation with no output schema and an undeclared request body, the definition is not complete enough to invoke correctly: no plan fields, constraints, response, or conditions are described. It covers endpoint, scopes, and general safety, but leaves the core payload unknown.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter is an opaque body object whose schema is explicitly 'not statically declared — see API docs.' The tool description adds nothing about required fields, example payloads, or what a plan consists of, so the agent gets little help constructing a valid request.

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 opens with 'Create plan' and gives the exact endpoint POST /v1/plans, so the action and resource are unambiguous. This is distinct from sibling operations on plans (get, patch, delete) and from other create tools by resource name.

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?

It never says when to prefer this over the plan get/patch/delete siblings or what conditions require creating a plan. The category, HTTP method, and scopes provide context but not when-to-use guidance or exclusions.

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