Skip to main content
Glama
helbertparanhos

easypanel-mcp-server

trpc_raw

Access any Easypanel tRPC procedure beyond pre-built tools. Read-only by default; requires explicit confirmation for mutations.

Instructions

Chama diretamente qualquer procedure tRPC do Easypanel (~347 em 43 namespaces) não coberta pelas tools dedicadas. Use para recursos avançados: traefik., branding., cloudflareTunnel., box., mariadb., volumeBackups., databaseBackups.*, etc. Leitura (isMutation=false) é o padrão. ⚠️ Reads podem retornar dados sensíveis (env vars/secrets de qualquer projeto). Para escrita, passe isMutation:true E confirm:"CONFIRMO" — mutations arbitrárias pulam as proteções das tools curadas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
procedureYesNome completo da procedure no formato "namespace.procedure", ex: "certificates.listCertificates", "traefik.getDashboard", "users.listUsers".
inputNoObjeto de parâmetros da procedure (opcional). Ex: { projectName: "meu-app" }.
isMutationNotrue para operações de escrita (POST), false para leitura (GET, padrão). Mutations exigem confirm.
confirmNoObrigatório quando isMutation=true. Deve ser exatamente "CONFIRMO".
Behavior5/5

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

Discloses that reads may return sensitive data (env vars/secrets) and that mutations bypass protections of curated tools. Clearly states default behavior (read) and mutation requirements. No annotations exist, so description fully carries the burden.

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?

Description is a single paragraph that efficiently conveys purpose, usage, and warnings. Could be structured with bullet points but is not overly verbose. Key information is front-loaded.

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

Completeness4/5

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

Given the generic nature of the tool (raw tRPC calls) and no output schema, the description adequately explains behavior, default mode, and safety warnings. Return values are not described as they depend on the specific procedure, which is acceptable.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by providing usage examples and reinforcing the confirm requirement, though it largely mirrors schema descriptions. A slight bump for safety emphasis.

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 clearly states it calls any tRPC procedure not covered by dedicated tools, using a specific verb and resource. It distinguishes from sibling tools by specifying 'não coberta pelas tools dedicadas'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit when-to-use examples (traefik.*, branding.*, etc.) and when-not-to-use (use dedicated tools if available). Includes instruction for read vs write operations and the required confirm field for mutations.

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/helbertparanhos/easypanel-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server