Skip to main content
Glama
andreahaku
by andreahaku

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
write_wiki_pageA

Write or update a GitHub wiki page. Creates a new page or overwrites an existing one with the provided content.

read_wiki_pageA

Read the content of an existing GitHub wiki page.

append_to_wiki_pageA

Append content to an existing wiki page. If the page does not exist, creates it with the provided content.

list_wiki_pagesA

List all wiki pages in a GitHub repository wiki.

delete_wiki_pageB

Delete a wiki page from a GitHub repository wiki.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct operation on wiki pages: write overwrites, read retrieves, append adds content, list enumerates, delete removes. There is no overlap or ambiguity among these operations, even though append can create a missing page, it is clearly distinct from write.

Naming Consistency5/5

All tools follow a verb_noun pattern (write_wiki_page, read_wiki_page, list_wiki_pages, delete_wiki_page), with append_to_wiki_page being the only minor deviation but still consistent in style. The pattern is predictable and clear.

Tool Count5/5

Five tools is an ideal size for a wiki page manager, providing all core operations without unnecessary bloat. Each tool earns its place in the set, and the scope is tightly focused.

Completeness5/5

The set covers the full CRUD lifecycle: create/write, read, update/append, list, and delete. All essential wiki page management operations are present, with no obvious gaps for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues