Skip to main content
Glama
WiFiWithoutWalls

starlink-enterprise-mcp

delete_routers_configs_tls

Destructive

Delete a TLS certificate and key pair from the reusable TLS configs list without affecting already saved router configurations.

Instructions

Delete TLS config — Required permission: Device command and configuration, Edit.Deletes a TLS certificate and key pair from the set of TLS configs that can be reused when saving router configs and only specifying the certificate. Does not affect any router configs that were already saved, just removes it from list of certificates that the matching key will be inserted on save for. — [DELETE /public/v2/routers/configs/tls]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
certificateBase64PemYesCertificate base64 encoded pem string to match on for deletion of the corresponding certificate and key pair
Behavior4/5

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

The description adds value beyond annotations by clarifying that deletion only removes from the reusable set and does not affect existing router configs. This nuance is important for an agent to understand the actual impact despite destructiveHint=true.

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 front-loaded with the core action and includes permission, explanation, and endpoint in a structured manner. It is slightly verbose but not excessively so.

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 simple single-parameter schema and presence of annotations, the description provides sufficient behavioral context including permission requirements and the effect scope. No output schema exists, so return values are not needed.

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?

The single parameter is fully described in the input schema, and the tool description does not add additional information about the parameter beyond what is already in the schema. Baseline score of 3 is appropriate.

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

Purpose4/5

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

The description clearly states 'Delete TLS config' and explains it removes a certificate and key pair from the reusable set. It is specific about the resource and action, but does not explicitly distinguish from sibling tools like post_routers_configs_tls.

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

Usage Guidelines3/5

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

The description mentions required permission and notes that deletion does not affect already saved configs, providing some context for when to use. However, it does not offer explicit guidance on when not to use or alternative tools.

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/WiFiWithoutWalls/starlink-enterprise-mcp'

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