Skip to main content
Glama

Manage PPPoE Client

manage_pppoe_client
DestructiveIdempotent

Add, update, or remove a PPPoE client interface on MikroTik RouterOS. Idempotent by name with conflict detection and password handling.

Instructions

Add, update, or remove a PPPoE client interface. Idempotent by name (already_exists on matching name+interface+user; CONFLICT on differing config; no_change when an update differs in nothing). Password is always written when provided since RouterOS does not return it on GET.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
routerIdNoRouter ID; omit to use the default router.
actionYesAction to perform
nameYesPPPoE client interface name — idempotency key (e.g. pppoe-wan)
interfaceNoParent interface (required for add)
userNoPPPoE username (required for add)
passwordNoPPPoE password (never logged)
serviceNameNoPPPoE service name filter (leave empty to match any)
addDefaultRouteNoAdd default route via PPPoE (yes/no)
dialOnDemandNoDial on demand instead of always-on (yes/no)
dryRunNoPreview changes without applying.
confirmationTokenNoToken from a prior APPROVAL_REQUIRED response. Re-submit the identical call with this token to confirm the destructive action.
Behavior4/5

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

Annotations already indicate destructive and idempotent behavior. The description adds valuable details: idempotency by name with specific outcomes (already_exists, CONFLICT, no_change), and password handling (always written, not returned). This enriches behavioral understanding beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with purpose, and every sentence adds value. No wasted words; idempotency and password behavior are explained efficiently.

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 tool's complexity (11 parameters, no output schema), the description covers idempotency, password handling, and basic CRUD. However, it lacks details on removal behavior, error responses, or prerequisite conditions. Still, it provides sufficient context for correct invocation.

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

Parameters3/5

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

Schema coverage is 100%, so all parameters have descriptions. The description does not add per-parameter semantics beyond the password note, but it explains the password behavior globally. Baseline 3 is appropriate given high schema coverage.

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 the tool adds, updates, or removes a PPPoE client interface, with specific verb (manage) and resource (PPPoE client). It distinguishes itself from sibling manage_* tools by naming the specific resource, and from list_pppoe_clients by indicating CRUD operations.

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 (e.g., when to use manage_bridge vs manage_pppoe_client, or when to use list_pppoe_clients for listing). It does not mention prerequisites or context, leaving the agent to infer usage.

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/AliKarami/MikroMCP'

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