Skip to main content
Glama
runit-xze
by runit-xze

Read a manual page

read_manpage

Retrieve the complete text of a 4.2BSD manual page by name, with an optional section to disambiguate system calls, library functions, devices, or formats.

Instructions

Read the full text of one 4.2BSD manual page by name and optional section (e.g. name="read", section="2"). If the name is ambiguous across sections, give the section.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesMan page name, e.g. "read" or "getifaddr"
sectionNoManual section (2=syscalls, 3=libc, 4=devices, 5=formats)
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states that the tool returns the full text of exactly one page, and explains the ambiguity resolution behavior. This is transparent for a read-only tool, though it does not mention error cases or output formatting.

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 exceptionally concise: two sentences, front-loaded with the core action, and each clause earns its place. The example and ambiguity note are efficient and useful without redundancy.

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?

For a simple read tool with two parameters and no output schema, the description is complete enough for an agent to invoke it correctly. It covers name, optional section, and ambiguity resolution. It could mention what happens when the page is not found, but that is a minor omission.

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 coverage is 100%, establishing a baseline of 3. The description adds meaningful guidance beyond the schema by giving a concrete example ('name="read", section="2"') and by explaining when the optional section parameter should be supplied due to ambiguity.

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's verb and resource: 'Read the full text of one 4.2BSD manual page by name and optional section.' This distinguishes it from sibling tools like list_manpages or search_manpages, which list or search rather than read a specific page.

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 provides clear context for use, including how to disambiguate when a name exists across sections ('If the name is ambiguous across sections, give the section'). It does not explicitly name alternatives or exclusions, but the context is sufficiently clear.

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/runit-xze/unix-docs-mcp'

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