Skip to main content
Glama

apic_analyze_path

Analyze network paths between two EPGs to identify contracts, consumer/provider relationships, and connectivity status. Troubleshoot connectivity issues and validate security policies.

Instructions

Analyze network paths between two EPGs.

Args:
    src_epg: Source EPG DN or name
    dst_epg: Destination EPG DN or name

Returns:
- Contracts found between EPGs
- Consumer/provider relationships
- Connectivity status

Useful for troubleshooting connectivity issues and validating security policies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
src_epgYes
dst_epgYes
Behavior3/5

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

With no annotations, the description must disclose behavioral traits. It lists return values (Contracts, relationships, connectivity status) and explains inputs. However, it does not mention whether the tool is read-only, authentication requirements, or error handling if EPGs are invalid.

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 concise with clear sections for Arguments and Returns. Every sentence adds value without redundancy. It is appropriately short and front-loaded with the main purpose.

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 has 2 simple parameters, no output schema, and no annotations, the description provides sufficient context for basic usage. It explains inputs and expected outputs. However, it could be improved by mentioning prerequisites (e.g., EPG must exist) or typical failure modes.

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 add meaning. It defines each parameter ('Source EPG DN or name', 'Destination EPG DN or name'), which clarifies that they expect EPG identifiers. This adds value beyond the schema's basic type and title.

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 the tool's purpose: 'Analyze network paths between two EPGs.' It specifies the resource (EPGs) and the action (analyze paths). However, it does not explicitly differentiate from the sibling tool 'apic_analyze_connectivity', which could have similar functionality.

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 includes usage context: 'Useful for troubleshooting connectivity issues and validating security policies.' However, it does not provide guidance on when not to use this tool or mention alternative tools for similar tasks.

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/angoran/git-netai'

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