Skip to main content
Glama
theforeman

Foreman MCP Server

Official
by theforeman

Fetch Foreman DSL Documentation

fetch_foreman_dsl_docs
Read-onlyIdempotent

Retrieve DSL documentation for specific Foreman sections to understand configuration options and syntax directly within AI environments.

Instructions

Fetches the DSL documentation from Foreman for a specific section.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionYes
Behavior3/5

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

Annotations provide clear hints: read-only, non-destructive, idempotent, and closed-world. The description adds value by specifying that it fetches documentation for a 'specific section', which is useful context not covered by annotations. However, it lacks details on rate limits, authentication needs, or error handling, leaving some behavioral aspects unclear.

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 a single, efficient sentence that directly states the tool's purpose without unnecessary words. It is front-loaded and wastes no space, making it easy to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's low complexity (1 parameter, no output schema) and rich annotations, the description is minimally adequate. However, it lacks details on the return format (e.g., structure of documentation) and does not address sibling tool differentiation, which could hinder agent selection in context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 1 parameter with 0% description coverage, meaning the schema provides no semantic details. The description only mentions 'specific section' without explaining what sections are available, their format, or examples. This fails to compensate for the low schema coverage, leaving the parameter poorly documented.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('fetches') and resource ('DSL documentation from Foreman') with specificity about the scope ('for a specific section'). However, it does not explicitly distinguish this tool from its sibling 'get_foreman_dsl_docs', which appears to have a similar purpose, leaving some ambiguity in differentiation.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, such as the sibling tools 'get_foreman_dsl_docs' or 'get_foreman_api_resource_docs'. It mentions a 'specific section' but does not clarify prerequisites, exclusions, or contextual triggers for usage.

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/theforeman/foreman-mcp-server'

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