Skip to main content
Glama
Beever-AI

Beever Atlas

Official

get_wiki_page

Fetch a pre-compiled wiki page from a channel's fixed-page set (overview, faq, decisions, people, glossary, activity, topics) for a quick structured summary.

Instructions

Fetch one pre-compiled wiki page from the LEGACY fixed-page set (overview, faq, decisions, people, glossary, activity, topics). Call it for a fast, whole-channel summary keyed by a fixed page_type.

Disambiguation: this is the legacy fixed-page surface. For the redesigned slug-keyed wiki — arbitrary topic/entity pages, structured kind payloads, and the cross-link graph — use list_wiki_pages to discover pages then read_wiki_page(slug=...). Prefer those for anything beyond the seven fixed pages above.

When to use: you want a quick structured summary of a known aspect of a channel without running the QA pipeline. When NOT to use: you need a specific answer (use ask_channel) or a non-fixed wiki topic (use read_wiki_page).

Prerequisites: a channel_id from list_channels.

Returns (instant, read-only): the page dict {page_type, channel_id, content, summary, text}. content is null when that page has not been generated yet (run a sync / refresh_wiki first). No side effects.

Error modes (returned as dicts): 'authentication_missing' (no principal); 'channel_access_denied' (token lacks access to channel_id). Other internal failures return the page dict with content: null.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channel_idYesChannel id. Get it from list_channels (e.g. 'ch-eng'). Required.
page_typeNoWhich fixed page to fetch. One of exactly: 'overview', 'faq', 'decisions', 'people', 'glossary', 'activity', 'topics'. Default 'overview'.overview

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The description explicitly states 'Returns (instant, read-only): ... No side effects.' and describes error modes as dicts with examples. It also clarifies that content can be null if the page hasn't been generated, which is crucial behavioral context. Since no annotations are provided, the description fully compensates.

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-structured with clear sections (disambiguation, when to use/not use, prerequisites, return format, error modes). While slightly verbose, each sentence adds value and the structure aids comprehension.

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?

Despite lacking annotations and having a complex context with sibling tools, the description is complete. It covers purpose, usage boundaries, return format (with output schema referenced), error modes, and prerequisites. The null content behavior is explicitly documented, leaving no significant gaps.

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 describes both parameters with thorough descriptions (channel_id required, page_type enum with defaults). The description adds minimal additional meaning beyond restating the enum values and default. With 100% schema coverage, a 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 verb 'Fetch' and specifies the resource: 'one pre-compiled wiki page from the LEGACY fixed-page set (overview, faq, decisions, people, glossary, activity, topics)'. It explicitly lists the seven fixed page types, distinguishing this tool from sibling tools like read_wiki_page which handles slug-keyed wiki pages.

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

Usage Guidelines5/5

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

The description provides explicit guidance: use for 'a quick structured summary of a known aspect of a channel without running the QA pipeline', and not to use when needing a specific answer (use ask_channel) or non-fixed wiki topic (use read_wiki_page). It also mentions the prerequisite channel_id from list_channels, and notes that content is null if page not generated (run refresh_wiki first).

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/Beever-AI/beever-atlas'

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