Skip to main content
Glama

get_documentation

Fetch specific sections of LiquidSoap 2.4.0 documentation to get accurate, version-specific guidance for writing correct LiquidSoap code.

Instructions

Fetch a specific section of the LiquidSoap 2.4.0 documentation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionYesDocumentation section to fetch. Available: language, reference, protocols, settings, ffmpeg, quickstart, cookbook, encoding_formats
max_lengthNoMaximum length of returned content in characters (default: 50000)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, and the description only mentions 'Fetch', implying a read-only operation but not explicitly stating side effects, error handling, or rate limits. There is no transparency about behavior beyond the basic action.

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, concise sentence with no unnecessary words or repetition. It directly communicates the purpose and scope without extraneous details.

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's simplicity (two parameters, no output schema), the description is largely complete. However, it does not mention how errors (e.g., invalid section) are handled or what the returned content looks like, which could be useful for an agent, though not strictly required.

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?

The input schema already provides complete descriptions for both parameters, including an enum for 'section' and a clear explanation for 'max_length'. The tool description adds no extra meaning beyond the schema, so a baseline score of 3 is appropriate.

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 action ('Fetch') and the specific resource ('specific section of the LiquidSoap 2.4.0 documentation'). It implies distinction from siblings like list_sections (which would list sections) and search_functions (which searches).

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 explicit guidance on when to use this tool versus the sibling tools (e.g., list_sections for enumerating available sections, search_functions for finding a function). It simply states what the tool does without usage direction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.