Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_ip_addresses_post_v1_ip_addresses

Create a new IP address via the Panelica API. Use this tool to allocate an IP for your hosting environment.

Instructions

Create IP address

HTTP: POST /v1/ip-addresses Category: IP Addresses Required scopes: server:write Mutating: changes server state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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?

The description adds a scopes requirement and explicitly states 'Mutating: changes server state,' which is consistent with the readOnlyHint:false annotation. It does not go much further—no effect on existing IPs, idempotency caveats, or response behavior—so the value added beyond the annotations is modest. No contradiction with annotations.

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 definition is compact and structured: action, HTTP route, category, scope, and mutation flag each on their own line with no filler. It is slightly redundant with the title/name, but the brevity is appropriate for this endpoint.

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 create operation with an undeclared open body and no output schema, the definition lacks the body contract that would let an agent call it correctly. It covers authentication and side-effect framing but leaves the most important detail—what constitutes a valid IP-address creation payload—to external documentation.

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 sole parameter is a generic application/json body whose schema is not statically declared and whose description merely points to API docs. The tool description adds no field names, required properties, or example shape, so an agent cannot construct a valid request from this definition alone.

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 opens with a clear action and object ('Create IP address') and reinforces it with the HTTP method and endpoint, so an agent can tell this is the creation tool for IP addresses. It does not explicitly contrast with the sibling 'detect' variant, but the verb-plus-resource is unambiguous enough for selection.

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 when-to-use or when-not-to-use guidance is provided, and no alternative tool is named (e.g., the detect or set-primary IP endpoints). The only usage signal is implicit in the word 'Create' and the scopes line, which leaves the routing decision to inference.

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