Skip to main content
Glama

find_resource

Read-onlyIdempotent

Resolve Prisma SD-WAN objects by human name or exact ID across machines, applications, zones, networks, and policy sets, never auto-selecting ambiguous matches.

Instructions

Resolve common Prisma SD-WAN objects by human name or exact ID.

Use for machines, applications, security zones, WAN networks, path groups, service labels, VRFs, and the major policy-set families. It never silently selects one object when multiple records match.

Args: kind: Which object type to search. One of: machine, application, security_zone, wan_network, path_group, service_label, vrf, network_policy, priority_policy, nat_policy, security_policy, performance_policy, or policy to search all five policy-set families at once (each match is tagged with its policy_family). Use find_site/find_element instead for sites or ION elements — this tool does not cover those. name: Object name or exact controller ID. Exact ID match wins first, then exact name match (case-insensitive), then substring. Multiple hits are never auto-picked — check ambiguous and re-call with a more specific value or the exact id. cursor: Opaque pagination token copied from a previous response's next_cursor. Omit on the first call. limit: Max matches to return in this page. Omit to use the server default page size (50; max 200).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYesWhich object type to search. One of: `machine`, `application`, `security_zone`, `wan_network`, `path_group`, `service_label`, `vrf`, `network_policy`, `priority_policy`, `nat_policy`, `security_policy`, `performance_policy`, or `policy` to search all five policy-set families at once (each match is tagged with its `policy_family`). Use `find_site`/`find_element` instead for sites or ION elements — this tool does not cover those.
nameYesObject name or exact controller ID. Exact ID match wins first, then exact name match (case-insensitive), then substring. Multiple hits are never auto-picked — check `ambiguous` and re-call with a more specific value or the exact `id`.
limitNoMax matches 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.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Even with annotations (readOnlyHint, idempotentHint, destructiveHint) already establishing a safe read-only profile, the description adds valuable behavioral detail: it never silently picks a match when multiple records exist, details exact resolution order, explains ambiguity handling, and describes pagination semantics with next_cursor. This goes well beyond annotation hints and fully discloses the tool's search behavior.

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 front-loaded with purpose, then organized into a clear 'Args' list, with each parameter explained in a tight sentence. No fluff or repetition beyond what is necessary for context. At ~150 words for a 4-parameter tool with complex matching semantics, it is appropriately sized and well-stuctured.

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?

Covers all key aspects of the tool: supported object types, matching rules, ambiguity behavior, pagination (cursor, limit, defaults), and explicit alternatives for uncovered object types. Given the output schema exists, return-value details are not required. For a search/resolution tool of this complexity, the description is complete and self-sufficient.

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 input schema already documents all four parameters thoroughly. The description's param details largely mirror the schema text (e.g., 'Exact ID match wins first, then exact name...' and 'Opaque pagination token'). Thus it adds no new meaning beyond the schema; it simply repeats it in prose, meeting the baseline of 3 but not exceeding it.

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 specific verb and resource: 'Resolve common Prisma SD-WAN objects by human name or exact ID.' It then enumerates the exact object families covered and explicitly distinguishes itself from sibling tools (find_site/find_element) by stating they are for sites/ION elements while this tool is not. This fully clarifies purpose and differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit usage context: which object types to use it for, and a direct exclusion: 'Use find_site/find_element instead for sites or ION elements — this tool does not cover those.' It also describes the prioritization logic for name matching (exact ID, exact name, substring) and warns about ambiguity, giving the agent clear behavioral guidance for when to call and what to expect.

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