Skip to main content
Glama
jackvaughanjr

jamf-platform-mcp-server

Find what references an object

findObjectReferences

Find every reference to a Jamf package, computer group, or script - in scopes, exclusions, script slots, and group criteria - before deleting or changing, with coverage strength.

Instructions

Find everything that references a package, computer group or script — the check to run before deleting or changing one. Reports where each reference sits (scope, exclusion, script slot, group criterion) and distinguishes an EXCLUSION from an inclusion, since those mean opposite things. Names are matched exactly and case-insensitively, never as substrings. Critically, it reports which source kinds it could NOT check and what that means: a "clear" verdict requires full coverage, so most answers are partial-clear and must not be read as permission to delete. Coverage is in the strength field.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoThe object id. Supply this, or name, or both.
kindYesWhat kind of object to look for references to
nameNoThe object name, matched exactly (case-insensitively)
concurrencyNoParallel detail requests. Defaults to 6.
Behavior5/5

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

With no annotations provided, the description carries the full burden. It discloses exact matching rules (case-insensitive, not substrings), distinguishes exclusions from inclusions, and critically explains the coverage limitation and the meaning of the `strength` field. This is exceptional behavioral disclosure.

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 dense but every sentence adds value: purpose, reported locations, exclusion distinction, matching rules, coverage caveat, and strength field. It is front-loaded with the main action and contains no filler.

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?

Given the tool has no output schema and 4 parameters, the description covers the critical aspects: what it returns (locations), key limitations (partial coverage), and the strength field. It could be more explicit about the overall output structure, but it is adequate for a complex tool.

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 coverage is 100%, so the baseline is 3. The description reiterates the name matching behavior already present in the schema but adds no new parameter-specific semantics. It does mention `strength` as an output field, not a parameter.

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 states a specific verb 'Find' and resource types (package, computer group, script), and clearly frames the tool as a pre-deletion/changing check. This distinguishes it from sibling search tools like findCriteriaReferences or findGroupDependencies.

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?

It explicitly says this is 'the check to run before deleting or changing one' and warns that partial-clear results must not be read as permission to delete. It provides a clear when-to-use and a when-not-to-trust, but does not name alternative tools explicitly, 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/jackvaughanjr/jamf-platform-mcp-server'

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