Skip to main content
Glama
ah-oh

handbook-mcp-server

by ah-oh

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
handbook_list_entriesA

Retrieve all handbook entries. Returns a list with title, ID, app, active status and tags for every entry.

Returns: Array of HandbookEntry objects.

Use when: you need an overview of all existing entries or want to find an entry ID.

handbook_get_entryA

Retrieve a single handbook entry by its ID, including full content in markdown.

Args:

  • id (string): The MongoDB ObjectId of the entry

Returns: Full HandbookEntry object with content.

handbook_create_entryA

Create a new handbook entry.

Args:

  • title (string): Entry title

  • content (string, optional): Markdown content

  • active (boolean): Whether the entry is active

  • app (string): App identifier (e.g. 'szales', 'sethub')

  • tags (string[], optional): Tags

  • importId (string, optional): Import ID

Returns: The created HandbookEntry.

handbook_update_entryA

Update an existing handbook entry by ID.

Args:

  • id (string): ID of the entry to update

  • title (string): Updated title

  • content (string, optional): Updated markdown content

  • active (boolean): Active status

  • app (string): App identifier

  • tags (string[], optional): Updated tags

  • importId (string, optional): Import ID

Returns: The updated HandbookEntry.

handbook_delete_entry

Permanently delete a handbook entry by ID.

Args:

  • id (string): ID of the entry to delete

Returns: Confirmation of deletion.

handbook_get_overviewA

Get a lightweight overview of all handbook entries for a specific app. Returns only title, ID, app and tags (no full content).

Args:

  • app (string): App identifier (e.g. 'szales', 'sethub')

Returns: HandbookOverviewResponse with an array of overview entries.

handbook_search_tagsA

Search for tags across all handbook entries.

Args:

  • searchQuery (string): Search string to filter tags (e.g. 'meet')

Returns: HandbookTagsResponse with an array of matching tag strings.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/ah-oh/handbook-mcp-server'

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