Skip to main content
Glama
Humotica

tibet-phantom-mcp

by Humotica

phantom_fork

Inject an intervention into a sealed phantom session to correct AI mistakes, add context, or approve actions, creating a forked conversation with TIBET provenance.

Instructions

Fork into a session — inject an intervention (multi-AI handoff).

Any actor can inject a signed message into a sealed session. The fork becomes part of the conversation with TIBET provenance.

Use cases: correct AI mistakes, add context, human approval, cross-AI collaboration.

Args: session_id: Target phantom session ID intervention: Message to inject actor: JIS identity (e.g., "jis:agent:root_ai", "jis:human:jasper") intent: Why (e.g., "correct_misconception", "add_context", "approve")

Returns: Fork ID and TIBET token with ERIN/ERAAN/EROMHEEN/ERACHTER provenance

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYes
interventionYes
actorNojis:agent:mcp_user
intentNomcp_intervention
Behavior3/5

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

With no annotations, the description carries the full burden. It mentions that the fork works on sealed sessions and returns a Fork ID with TIBET provenance, but does not disclose side effects (e.g., whether the original session is modified), permission requirements, or potential failure modes. It is adequate but not comprehensive.

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 concise and well-structured. It starts with a clear purpose, followed by elaboration, use cases, and parameter descriptions. No wasted sentences; every part adds value.

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?

Given the tool has 4 parameters, 0% schema description, no output schema, and no annotations, the description covers the essentials: purpose, usage, parameters, and return value. It lacks error scenarios and deeper explanation of TIBET provenance, but is largely complete for an AI agent to use correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, meaning the schema only provides types and defaults. The description explains all four parameters, including examples for 'actor' and 'intent'. It adds significant meaning beyond the bare schema, though it could specify expected formats for session_id and intervention constraints.

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: 'Fork into a session — inject an intervention (multi-AI handoff).' It also provides a list of use cases, making it distinct from sibling tools like phantom_seal and phantom_sessions.

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

Usage Guidelines4/5

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

The description provides clear context: 'Any actor can inject a signed message into a sealed session.' It includes example use cases (correct AI mistakes, add context, human approval, cross-AI collaboration) but does not explicitly state when not to use or mention alternatives, which would improve it.

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/Humotica/tibet-phantom-mcp'

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