Skip to main content
Glama

Codex

codex

Store and manage reusable RPG content: NPCs, factions, rooms, spells, adventures, voice profiles. Then import entries into an active novel or list, read, and delete them.

Instructions

Manage the cross-Novels codex library of reusable content (NPCs, factions, rooms, spells, adventures, voice profiles). Use when: storing reusable content for later import, or enumerating/reading/deleting it. Do NOT use when: storing Novel-scoped content — use lore (action: set) or note (action: set).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoEntry kind (for set/list/capture).
nameNoEntry name (for set).
tagsNoOptional tags (for set).
actionYesset (create/update), list, get, capture (voice profile), import (into active Novel), or delete.
contentNoEntry content (for set).
entry_idNoEntry identifier (for get/import/delete).
entity_idNoEntity whose voice to capture (for capture).
visibilityNolibrary, shared, or private (for set).
descriptionNoOptional description (for set).
update_sourceNoWhen true, update the source entity too (for capture).
Install Server

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does convey that codex operates cross-Novels, that content is reusable, and that actions include storing, enumerating/reading, and deleting. However, it does not disclose side effects such as whether delete is irreversible, whether set overwrites existing entries, how capture behaves, or any permissions required. This is a meaningful gap for a tool with multiple mutating actions.

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?

The description is three sentences long, with the core purpose front-loaded, followed by a concise 'Use when' and 'Do NOT use when' with alternatives. Every sentence earns its place and there is no fluff or repetition.

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?

For a tool with 10 parameters, 6 actions, and no output schema, the description covers the essential when/why and explicitly rules out the main alternative use case. It does not describe return formats or the precise runtime effects of individual actions like import or capture, which would be helpful given the absence of an output schema, but the input schema compensates with detailed parameter descriptions.

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 covers all 10 parameters with descriptions, so the baseline is 3. The description adds some contextual meaning by listing content types like 'voice profiles' which maps to the capture action, but it does not provide additional param-level detail beyond the schema. Since schema coverage is 100%, the description does not need to compensate, but it also doesn't enrich param understanding.

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 tool's purpose: 'Manage the cross-Novels codex library of reusable content' and lists concrete content types (NPCs, factions, rooms, spells, adventures, voice profiles). It explicitly distinguishes itself from siblings by stating 'Do NOT use when: storing Novel-scoped content — use lore (action: set) or note (action: set).' This gives an agent a precise understanding of the tool's scope and boundaries.

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 'Use when' and 'Do NOT use when' conditions. It names the alternative tools (lore and note) and the specific scenario (Novel-scoped content) that should route the agent away from codex. This is the highest level of usage guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/flukeatzerocool/holonovel'

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