Skip to main content
Glama
alexgoller

Illumio MCP Server

by alexgoller

get-pairing-profiles

Retrieve pairing profiles from the PCE to see the initial enforcement mode and labels assigned to VENs when they pair.

Instructions

Get pairing profiles from the PCE. Pairing profiles define the initial enforcement mode and labels for VENs when they pair with the PCE.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFilter by pairing profile name (partial match)
max_resultsNoMaximum results to return (default 50)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.8.0

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries full behavioral burden. The verb 'Get' clearly indicates a read operation, but the description does not explicitly state that it is non-mutating, nor does it mention pagination behavior or response characteristics. The domain context is helpful, but behavioral detail beyond the verb is limited.

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?

Two sentences with no filler: the first states the action and resource, the second provides essential domain context. The description is front-loaded with the primary purpose and each sentence earns its place.

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 simple list/retrieval tool with full parameter schema coverage and no complex behavior, the description is largely complete. It lacks an explicit output schema or description of the return format, but the concept of pairing profiles is defined well enough for an agent to know what the tool returns and when to invoke it.

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%, so the schema already documents both parameters ('name' partial match and 'max_results' default 50). The tool description adds no additional parameter-level semantics, but with full schema coverage the baseline of 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 clearly identifies the operation as 'Get pairing profiles from the PCE' and explains what pairing profiles are, which is a specific resource not covered by any sibling tool. The phrase 'initial enforcement mode and labels for VENs' adds useful domain context that distinguishes this from other get-* 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 this tool is used when pairing profiles are needed, but it does not explicitly state when to prefer this tool over alternatives or when not to use it. No exclusions or sibling comparisons are provided, so usage guidance is implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.