Skip to main content
Glama

get_fttx_trace

Trace an FTTx element upward through the network hierarchy to retrieve the full chain from port to box to PON to backbone.

Instructions

Trace a FTTx element upward through the hierarchy. Get the full chain: port→box→PON→backbone. ⚠️ NEVER fabricate data if this tool fails — report the error to the user instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resource_idYesResource ID
resource_typeYesType of resource to trace from
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly indicates the tool is a read operation ('Trace') and warns about failure behavior ('NEVER fabricate data… report the error'). This is strong transparency for an unannotated tool. However, it does not mention whether the trace is recursive, what the depth limit is, or how errors manifest.

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 with zero waste. The first sentence conveys the core purpose and chain, and the second adds a critical usage rule. Every word earns its place. It is front-loaded with the action and target.

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 moderate complexity (2 params, enum, no output schema), the description covers the essential behavioral and usage aspects. The missing output schema is offset by the description implying the trace chain. The only gap is the lack of mention of error conditions (e.g., what happens if the resource is not found).

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 description coverage is 100%, so the schema already documents both parameters adequately. The description adds value by stating the tool's upward-navigation purpose, which implicitly explains the role of 'resource_type' (starting point) and 'resource_id' (specific element). However, it does not elaborate on valid enum values beyond what the schema lists, nor does it explain the expected format of resource_id.

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 action ('Trace'), the target ('FTTx element'), and the direction ('upward through the hierarchy'). It also enumerates the specific chain of resources (port→box→PON→backbone), leaving no ambiguity about what the tool does. The purpose is distinct from sibling tools like 'get_network_element' (which likely fetches a single element without tracing) or 'list_fttx_infrastructure' (which lists elements).

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 explicitly warns against fabricating data if the tool fails, instructing the agent to report the error instead. However, it does not explicitly state when NOT to use this tool versus alternatives like 'get_network_element' or 'list_fttx_infrastructure'. The upward-trace behavior implies it's for hierarchical navigation, but no direct exclusions or alternative comparisons 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/dmayan-ss/mcp-ispkeeper'

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