Skip to main content
Glama
GET-Technology-Inc

Jamf Docs MCP Server

Get Documentation Table of Contents

jamf_docs_get_toc
Read-onlyIdempotent

Retrieve the table of contents for Jamf product documentation. Browse available topics by product, version, and page to navigate the documentation structure.

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
productYesProduct ID: jamf-pro, jamf-school, jamf-connect, jamf-protect
languageNoDocumentation language/locale (default: en-US). Options: en-US, ja-JP, zh-TW, de-DE, es-ES, fr-FR, nl-NL, th-TH
versionNoSpecific version (defaults to latest)
pageNoPage number for pagination (1-100, default: 1)
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
productYes
versionYes
totalEntriesYes
pageYes
totalPagesYes
hasMoreYes
entriesYes
Behavior5/5

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

Beyond annotations (readOnly, idempotent), the description details pagination behavior, token limits, output modes, error conditions, and response structure (both JSON and Markdown). This provides comprehensive behavioral context without contradicting 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 well-organized into Args, Returns, Examples, Errors, and a Note. It is front-loaded with the main purpose. While it is somewhat lengthy, every section adds value; minor redundancy with the schema descriptions could be trimmed.

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 7 parameters, a detailed output schema, and sibling tools, the description fully covers usage, return values (including JSON structure), examples, error handling, and a usage note. It is complete for an agent to invoke correctly.

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?

With 100% schema description coverage, the baseline is 3. The description adds extra meaning for outputMode (explains 'compact' for flat lists) and responseFormat (distinguishes human-readable vs. machine-readable), and provides examples that clarify parameter usage.

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 first sentence clearly states 'Get the table of contents for a Jamf product's documentation.' The verb 'get' and resource 'table of contents' are specific, and the description distinguishes this from sibling tools like search or get_article by noting its role in browsing topics.

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 Note explicitly says 'Use this to discover what topics are available before searching or retrieving specific articles,' providing clear context on when to use the tool. However, it does not explicitly state when not to use it or name alternatives, though sibling tools are listed externally.

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