Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_migrations_get_v1_migration_cloudflare_credentials

Read-onlyIdempotent

Retrieve Cloudflare credentials associated with migrations. Use this read-only endpoint to list available credentials for migration tasks.

Instructions

List cloudflare credentials

HTTP: GET /v1/migration/cloudflare-credentials Category: Migrations Required scopes: migrations:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and non-destructive behavior, and the description is consistent with them. It adds useful context by stating the required migrations:read scope and the HTTP GET endpoint, though it does not describe pagination or response shape.

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 short and front-loaded with the purpose, followed by endpoint, category, scope, and read-only status. The only mild redundancy is 'Read-only.', which duplicates the annotation, but every other line is compact and relevant.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter, read-only listing endpoint with rich annotations, the description gives everything needed to invoke it: endpoint, category, required scope, and operation semantics. No output schema exists, but the simple 'List' behavior means an agent can call it correctly without further detail.

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

Parameters4/5

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

The input schema has zero parameters and 100% schema description coverage, so there are no parameter semantics for the description to compensate for. Per the zero-parameter baseline, this is fully adequate.

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 'List cloudflare credentials', a specific verb+resource pair that names the exact object type and operation. It also gives the HTTP endpoint, distinguishing it from sibling migration tools like mysql_root_password or sites_export.

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?

It defines a clear context: a read-only GET under the Migrations category requiring the migrations:read scope, so an agent knows the prerequisite and class of use. It does not name alternatives or exclusions, but there is no competing tool for listing cloudflare credentials, so the resource/verb pair is sufficient.

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