Skip to main content
Glama
ah-oh

handbook-mcp-server

by ah-oh

Create Handbook Entry

handbook_create_entry

Create a new handbook entry with title, app, and active status. Optionally add markdown content, tags, and import ID.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appYesThe app associated with this entry (e.g. 'szales', 'sethub')
tagsNoTags for the entry, e.g. ['meeting', 'project']
titleYesTitle of the handbook entry
activeYesWhether the entry is active
contentNoContent of the entry in markdown format
importIdNoOptional import ID for entries imported from sethub language content
Behavior3/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, which are consistent with a creation operation. The description adds the return type ('Returns: The created HandbookEntry') but does not disclose other behavioral traits like required permissions or side effects.

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 structured with a clear first sentence and a parameter list, and includes a return statement. It is not overly verbose, though the parameter list is redundant with the schema.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the tool's purpose and parameters. With no output schema, it mentions the return type but lacks detail on the returned object's structure. For a creation tool, this is adequate but not fully complete.

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?

Schema description coverage is 100%; all parameters have descriptions in the schema. The description enumerates the parameters with types and optionality but adds little semantic value beyond what the schema already provides.

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 starts with 'Create a new handbook entry,' clearly stating the verb and resource. It distinguishes from siblings such as handbook_update_entry (update) and handbook_list_entries (list), as those are separate tools.

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?

No explicit guidance on when to use this tool versus alternatives. The sibling tools are listed, but the description does not indicate prerequisites, context, or when not to use this tool.

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

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