Skip to main content
Glama
Laegend14

genlayer-docs-mcp

by Laegend14

get_section

Retrieve the full content of any GenLayer documentation section by providing its exact title, enabling precise access to topic details.

Instructions

Retrieve the full content of a specific documentation section by its exact title (e.g., 'Optimistic Democracy' or 'Economic Model').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, and the description only states 'Retrieve the full content,' which implies a read operation. It does not disclose any behavioral traits such as idempotency, side effects, access restrictions, or error handling (e.g., if title not found). For a tool with no annotations, the description lacks necessary behavioral context.

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?

A single sentence with an example, front-loaded with the verb 'Retrieve,' no redundant information. Every word serves a purpose.

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 simple single-parameter schema and the presence of an output schema (which presumably documents the return value), the description adequately explains what the tool does. It could mention error cases, but overall it is sufficient for a straightforward retrieval tool.

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?

The description adds meaning by specifying that the title must be exact and provides examples. With 0% schema description coverage, this significantly clarifies the parameter's purpose beyond the schema's bare 'string' type. However, it does not specify case-sensitivity or format details.

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 (Retrieve), the resource (full content of a specific documentation section), and the input (exact title) with concrete examples (e.g., 'Optimistic Democracy'). This directly distinguishes it from siblings like list_sections (which lists sections) and search_docs (which searches across docs).

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

Usage Guidelines3/5

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

The description implies usage when the exact title is known, but does not explicitly contrast with siblings or provide guidance on when not to use it. The distinction is implicit rather than stated.

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/Laegend14/Genlayer-mcp'

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