Skip to main content
Glama
GET-Technology-Inc

Jamf Docs MCP Server

Get Documentation Table of Contents

jamf_docs_get_toc
Read-onlyIdempotent

Get the table of contents for any Jamf product's documentation to discover available topics before searching. Supports pagination, version selection, and multiple output formats.

Instructions

Get the table of contents for a Jamf product's documentation.

This tool retrieves the navigation structure for a specific Jamf product, allowing you to browse available documentation topics.

Args:

  • product (string, required): Product ID - one of: jamf-pro, jamf-school, jamf-connect, jamf-protect

  • version (string, optional): Specific version (defaults to latest)

  • page (number, optional): Page number for pagination 1-100 (default: 1)

  • maxTokens (number, optional): Maximum tokens in response 100-50000 (default: 5000)

  • outputMode ('full' | 'compact'): Output detail level (default: 'full'). Use 'compact' for flat list without nested children

  • responseFormat ('markdown' | 'json'): Output format (default: 'markdown')

Returns: For JSON format: { "product": string, "version": string, "toc": [...], "tokenInfo": { "tokenCount": number, "truncated": boolean, "maxTokens": number }, "pagination": { "page": number, "pageSize": number, "totalPages": number, "totalItems": number, "hasNext": boolean, "hasPrev": boolean } }

For Markdown format: A hierarchical list of documentation topics with pagination and token info.

Examples:

  • Browse Jamf Pro documentation: product="jamf-pro"

  • Get page 2 of TOC: product="jamf-pro", page=2

  • Limit response size: product="jamf-pro", maxTokens=2000

Errors:

  • "Invalid product ID" if the product is not recognized

  • "Version not found" if the specified version doesn't exist

Note: Use this to discover what topics are available before searching or retrieving specific articles. Large TOCs are paginated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination (1-100, default: 1)
productYesProduct ID: jamf-pro, jamf-school, jamf-connect, jamf-protect
versionNoSpecific version (defaults to latest)
languageNoDocumentation language/locale (default: en-US). Options: en-US, ja-JP, zh-TW, de-DE, es-ES, fr-FR, nl-NL, th-TH
maxTokensNoMaximum tokens in response (100-50000, default: 5000)
outputModeNoOutput detail level: "full" for detailed output or "compact" for brief outputfull
responseFormatNoOutput format: "markdown" for human-readable or "json" for machine-readablemarkdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYes
entriesYes
hasMoreYes
productYes
versionYes
totalPagesYes
totalEntriesYes
Behavior4/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint, openWorldHint. The description adds behavioral traits: it retrieves navigation structure, supports pagination, and mentions token truncation and pagination. No contradiction, and it meaningfully extends beyond annotations.

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 long but well-structured with clear sections (Args, Returns, Examples, Errors, Note). It front-loads the purpose. While some parts (like full Returns section) could be trimmed since output schema is described, it remains informative and well-organized.

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?

Given the tool has 7 parameters with good annotations and described output schema, the description is extremely complete: it covers all parameters, return values, error scenarios, examples, and usage context. Nothing essential is missing.

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?

Schema description coverage is 100%, so baseline is 3. The description adds value by explaining outputMode='compact' flattens children, responseFormat distinguishes human-readable vs machine-readable, and provides explicit enum values for product and default/range for others. This goes beyond schema.

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 states the tool retrieves the table of contents for a Jamf product's documentation. It uses specific verb 'Get' and resource 'table of contents', and distinguishes itself from sibling tools like jamf_docs_get_article and jamf_docs_search by noting that it's for browsing available topics before searching or retrieving articles.

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 explicitly says to use this tool 'to discover what topics are available before searching or retrieving specific articles,' providing clear context. It also lists examples and errors, but lacks explicit when-not-to-use or direct comparison to sibling tools beyond the note, which could be more explicit.

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/GET-Technology-Inc/jamf-docs-mcp-server'

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