Skip to main content
Glama

get_ipfix

Read-onlyIdempotent

Retrieve IPFIX/flow-export configuration, collectors, filters, templates, and prefixes from Prisma SD-WAN.

Instructions

Inspect IPFIX/flow-export configuration, collectors, filters, templates, and prefixes.

Args: operation: Which read to run. Requires site + element: config. No params required: collectors, filters, profiles, templates, global_prefixes. local_prefixes takes optional site — site-scoped prefixes if given, tenant-wide prefixes if omitted. site: Site name or controller ID. Required or optional depending on operation (see above); resolved the same way as find_site. element: Element name or controller ID. Required only for config; resolved the same way as find_element. cursor: Opaque pagination token copied from a previous response's next_cursor. Omit on the first call. limit: Max items to return in this page. Omit to use the server default page size (50; max 200).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteNoSite name or controller ID. Required or optional depending on `operation` (see above); resolved the same way as `find_site`.
limitNoMax items to return in this page. Omit to use the server default page size (50; max 200).
cursorNoOpaque pagination token copied from a previous response's `next_cursor`. Omit on the first call.
elementNoElement name or controller ID. Required only for ``config``; resolved the same way as `find_element`.
operationYesWhich read to run. Requires ``site`` + ``element``: ``config``. No params required: ``collectors``, ``filters``, ``profiles``, ``templates``, ``global_prefixes``. ``local_prefixes`` takes optional ``site`` — site-scoped prefixes if given, tenant-wide prefixes if omitted.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds practical behavioral context beyond annotations: pagination is cursor-based, first call omits cursor, limit defaults to 50 with max 200, and local_prefixes behaves differently based on site presence. This is useful but doesn't cover every edge case like error handling or rate limits.

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 well-organized: a one-line purpose followed by a structured Args list. It is concise without redundancy, and each sentence adds value (operation modes, param requirements, pagination defaults). Minor repetition between description text and schema descriptions is acceptable given the need for self-contained tool docs.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 5 parameters and an output schema, but the description is complete enough on its own: it explains every operation's parameter requirements, pagination behavior, and the effect of site on local_prefixes. Since an output schema exists, return-value documentation is not needed. The context provided fully covers the tool's usage surface.

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?

Schema description coverage is 100%, with every parameter described in the input schema. The description's Args section largely duplicates those schema descriptions (operation, site, element, cursor, limit) without adding new meaning. While it groups operations and their requirements clearly, that information is already in the operation enum description. Baseline 3 is appropriate.

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 opens with a clear, specific verb 'Inspect' and names the resource 'IPFIX/flow-export configuration' along with its subcomponents (collectors, filters, templates, prefixes). This distinguishes it from sibling tools like get_routing or get_interfaces, which focus on different network domains.

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 detailed operation-specific usage instructions, explaining which parameters are required or optional for each operation (e.g., 'config' requires site + element, 'local_prefixes' takes optional site). It references find_site and find_element for resolution, but does not explicitly compare against alternative tools or state when not to use this tool, so it falls short of a 5.

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/iamdheerajdubey/prisma-sdwan-mcp'

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