Skip to main content
Glama

get_service_connections

Read-onlyIdempotent

Inspect Prisma SD-WAN service connections, endpoints, binding maps, service labels, and extensions with support for tenant, site, and element-level queries.

Instructions

Inspect service connections, endpoints, binding maps, service labels, and extensions.

Args: operation: Which read to run. No params required: tenant_connections, endpoints, binding_maps, service_labels, tenant_extensions. Requires site: site_connections, site_extensions. Requires site + element: element_extensions. site: Site name or controller ID. Required by some operations (see operation); resolved the same way as find_site. element: Element name or controller ID. Required only for element_extensions; 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 by some operations (see `operation`); 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.
detailNo
elementNoElement name or controller ID. Required only for ``element_extensions``; resolved the same way as `find_element`.
operationYesWhich read to run. No params required: ``tenant_connections``, ``endpoints``, ``binding_maps``, ``service_labels``, ``tenant_extensions``. Requires ``site``: ``site_connections``, ``site_extensions``. Requires ``site`` + ``element``: ``element_extensions``.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, so the safety profile is known. The description adds meaningful behavioral details such as pagination semantics ('cursor', 'limit', default page size 50, max 200) and the resolution behavior of site/element ('resolved the same way as find_site'). This exceeds the annotation baseline.

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 yet complete, structured as a docstring with a clear summary and an Args section. Each sentence earns its place, particularly the explanation of operation-specific requirements and pagination. It is appropriately sized for a tool with multiple read modes.

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 6 parameters and 8 distinct operations, the description provides thorough guidance on operation selection, parameter requirements, and pagination. The main omission is the 'detail' parameter, which remains undocumented in both the description and schema. With an output schema present, return values are covered, so the description is largely complete.

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 schema already provides descriptions for 5 of 6 parameters (83% coverage), meeting the high-coverage baseline. The description further adds value by explaining operation-specific parameter dependencies and listing the exact operation enum values. However, the 'detail' parameter is completely omitted from the description, which is a minor gap.

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 uses a specific verb 'Inspect' and lists distinct resources: service connections, endpoints, binding maps, service labels, and extensions. This clearly differentiates the tool from siblings like get_routing or get_network_services, which focus on other aspects.

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 clear context for when to use each operation, explicitly stating which parameters are required for certain operations (e.g., 'Requires site: site_connections, site_extensions'). It does not, however, explicitly mention alternatives or exclusion scenarios, but the operation enum itself acts as a selector, making usage clear.

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