Skip to main content
Glama

dokploy_settings_readTraefikFile

dokploy_settings_readTraefikFile
Read-onlyIdempotent

Read Traefik configuration files from Dokploy infrastructure to access routing rules and proxy settings for container management.

Instructions

[settings] settings.readTraefikFile (GET)

Parameters:

  • path (string, required)

  • serverId (string, optional)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
serverIdNo
Behavior3/5

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

Annotations already provide comprehensive behavioral hints (readOnlyHint: true, destructiveHint: false, idempotentHint: true, openWorldHint: true). The description adds minimal value by specifying this is a GET operation, which aligns with the read-only nature indicated by annotations. However, it doesn't disclose additional behavioral traits like what happens if the file doesn't exist, authentication requirements, or rate limits.

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 appropriately concise with just two lines: one stating the operation and HTTP method, and another listing parameters. There's no wasted space or redundant information. However, the structure could be improved by front-loading the purpose more clearly rather than starting with '[settings] settings.readTraefikFile'.

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

Completeness3/5

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

Given that annotations provide good behavioral coverage and there are only 2 parameters, the description is minimally adequate. However, with 0% schema description coverage and no output schema, the description should do more to explain parameter semantics and expected return values. For a file reading operation, additional context about file format, encoding, or error conditions would be helpful.

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?

Schema description coverage is 0%, meaning the schema provides no parameter descriptions. The description lists parameter names and types but adds no semantic meaning beyond what's already in the schema. It doesn't explain what 'path' represents (e.g., file path relative to what?), what 'serverId' is for, or provide any examples or constraints beyond the minimal schema requirements.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool reads a Traefik file, which is a specific verb+resource combination. However, it doesn't differentiate from sibling tools like dokploy_settings_readTraefikConfig or dokploy_settings_readTraefikEnv, which appear to perform similar read operations on Traefik-related data. The purpose is clear but lacks sibling distinction.

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?

The description provides no guidance on when to use this tool versus alternatives. There are multiple sibling tools with 'readTraefik' in their names, but the description doesn't explain what makes this tool different or when it should be preferred over those other options. No usage context or exclusions are provided.

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/jarciahdz111/dokploy-mcp'

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