Skip to main content
Glama
penta2himajin

noveletary

create_branch

Create a branch from a current state to explore parallel plots or hypothetical scenarios without duplicating the entire state. Only pointers are used, enabling efficient branch management.

Instructions

[branch] 新しいブランチを作る。並行プロット(A案/B案)やif展開の検討に使う。状態コピーは起きない(ポインタのみ)。 from_branch の現在地(または at_op で指定した操作)から分岐する。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
at_opNo
from_branchNomain
Behavior4/5

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

Annotations only indicate a write operation (readOnlyHint=false). The description adds important behavioral context: no state copy occurs (only pointers) and the source of branching (current position or specific operation). This goes beyond the minimal annotations.

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 concise (a few sentences) and front-loaded with purpose. The mix of Japanese and English may reduce clarity for some agents, but overall it efficiently conveys essential information without waste.

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?

Given no output schema and minimal annotations, the description covers core functionality and key parameters. However, it omits details about return values, error conditions, and default behaviors (although defaults are in schema). It is reasonably complete but not exhaustive.

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 description adds meaning to 'from_branch' and 'at_op' by stating they specify the source of branching. However, it does not describe the 'name' parameter beyond its existence. With 0% schema description coverage, the description partially compensates but is incomplete.

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 it creates a new branch and specifies use cases: parallel plots and if-expansion exploration. It also distinguishes from siblings by noting no state copying (only pointers). The verb 'create' and resource 'branch' are explicit.

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 explicit usage context: used for parallel plot exploration and if-expansion. It also explains branching from a specific position (from_branch or at_op). While it does not explicitly list when not to use, the context is clear enough among sibling tools.

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/penta2himajin/noveletary'

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