Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_external_get_v1_migration_cloudflare_credentials

Exports all Cloudflare credentials from source server during Panelica-to-Panelica migration. Decrypts API keys using source encryption key for re-encryption on target.

Instructions

GetCloudflareCredentials exports ALL Cloudflare credentials from source server External API endpoint: GET /v1/migration/cloudflare-credentials Used during Panelica-to-Panelica migration to transfer server-level CF credentials Flow: 1. Target server calls this endpoint on source server (HMAC-authenticated) 2. Source queries cloudflare_credentials table (ALL records) 3. Source DECRYPTS API keys with source encryption key 4. Returns array of credentials (decrypted) 5. Target RE-ENCRYPTS with target encryption key and saves to DB Security: HMAC authentication required (external_auth middleware)

HTTP: GET /v1/migration/cloudflare-credentials Category: External

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description fully discloses behavior: returns ALL records, decrypts API keys, requires HMAC auth, and details the two-step encryption process. No contradictions.

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?

Well-structured with title, endpoint, flow steps, and security. Some redundancy (e.g., repeating endpoint info), but overall each sentence contributes to understanding.

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?

In the absence of output schema and annotations, the description provides exhaustive context: exact use case, full flow steps, security details, and table name. No gaps remain.

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

Parameters5/5

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

No parameters exist, but the description adds value by explaining the context and flow, which compensates for the empty schema. No redundancy.

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?

Explicitly states 'exports ALL Cloudflare credentials' and identifies the migration context. Clearly distinguishes from other cloudflare and external migration tools by specifying 'server-level CF credentials' and the two-step re-encryption flow.

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?

Describes when to use (during Panelica-to-Panelica migration) and the authentication requirements (HMAC). Does not explicitly state when not to use or list alternatives, but the flow makes the single-purpose nature clear.

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

Install Server

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