Skip to main content
Glama
clicon

Clixon MCP Server

by clicon

get_config_path

Extract specific configuration sections from cached network device data using dot-separated paths to query interfaces, routing, or other structured elements.

Instructions

Extract a specific section from the cached configuration by dot-separated path.

Args:
    path: Dot-separated path into the config, e.g.
          "ietf-interfaces:interfaces" or
          "ietf-interfaces:interfaces.interface"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool extracts from 'cached configuration', which implies read-only behavior, but doesn't mention error handling, performance, or what happens if the path doesn't exist. It adds some behavioral context but lacks completeness.

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 appropriately sized and front-loaded: the first sentence states the core purpose, followed by a clear 'Args' section with examples. Every sentence earns its place with no wasted words.

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 moderate complexity (1 parameter, no annotations, but with output schema), the description is mostly complete. It explains the purpose and parameter semantics well, but since there's an output schema, it doesn't need to describe return values. However, it could better address behavioral aspects like error cases.

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?

The input schema has 0% description coverage, so the description must compensate. It adds significant meaning by explaining the 'path' parameter as a 'dot-separated path into the config' with concrete examples, which clarifies the parameter's purpose and format beyond the schema's basic type.

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's purpose with specific verb ('Extract') and resource ('specific section from the cached configuration'), and distinguishes it from siblings by specifying the dot-separated path mechanism. It's not just a tautology of the name.

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?

The description provides clear context for when to use this tool (extracting sections by dot-separated path), but doesn't explicitly mention when not to use it or name alternatives like 'fetch_config' or 'get_config'. It implies usage through the example paths.

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/clicon/clixon-mcp'

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