Skip to main content
Glama

apic_get_gipo_pool_config

Retrieve GIPo multicast pool configuration for bridge domains and VRFs to manage BUM traffic in the fabric.

Instructions

Retrieve GIPo (Group IP Outer) multicast pool configuration.

Returns GIPo pool configuration for bridge domains and VRFs. GIPo addresses are used for BUM (Broadcast, Unknown unicast, Multicast) traffic in the fabric.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The verbs 'Retrieve' and 'Returns' suggest a read-only operation, but the description does not explicitly state no side effects or safety profile (e.g., it is a get operation). With no annotations provided, the description carries the burden, and while acceptable, it could be more explicit about being non-destructive.

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?

Three sentences that are concise and front-loaded: the first sentence states the purpose, the second describes the return value, and the third provides context. No extraneous 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?

For a tool with no parameters and no output schema, the description adequately explains what it returns (pool configuration for bridge domains and VRFs) and provides conceptual context (BUM traffic). It could mention that it returns all pools (implicitly), but it is sufficiently complete for the tool's simplicity.

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 tool has zero parameters, and the schema coverage is 100% by default. Per the rubric, this scores a baseline of 4. The description adds no parameter info, which is appropriate given there are none.

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 identifies the tool retrieves GIPo multicast pool configuration and explains what GIPo is used for (BUM traffic). It distinguishes this tool from siblings like apic_get_bridge_domain_multicast_by_tenant by focusing on pool configuration rather than per-tenant multicast, but does not explicitly differentiate from all similar tools.

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 implies usage when GIPo pool config is needed, but no explicit guidance on when to use versus alternatives (e.g., vs. tools for tenant-specific multicast) or prerequisites. Usage context is hinted but not fully stated.

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