Skip to main content
Glama

start_search

Initiate a bounded, synchronous search of an ink narrative file, returning findings and a checkpoint for resuming the exploration.

Instructions

Start one durable exact shared-search result window. Returns an opaque bearer capability plus bounded findings and a source-bound checkpoint when work remains. This call runs synchronously until the window boundary; it does not create a background job.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileYesPath to the root .ink file
seedNoSeed for the reproducible shared frontier (default 1)
maxDepthNoMax choices deep to explore (default 100)
maxStatesNoTotal state grant for the first window (default 1000000, max 5000000)
storySeedNoInitial Ink runtime RNG seed (default 1)
findingLimitNoMaximum privacy-minimal saved finding summaries to return (default 20)
maxFrontierMbNoMaximum pending checkpoint payload in MiB (default unlimited)
maxFrontierStatesNoMaximum pending checkpoints retained (default unlimited)
Behavior2/5

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

With no annotations provided, the description must fully disclose behavioral traits. It states the return value (opaque bearer capability, bounded findings, checkpoint) and synchronous nature, but omits side effects, permissions, error conditions, or state changes. More detail is needed for safe invocation.

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 extremely concise with two sentences, front-loaded with the core action and return values. Every sentence adds value without redundancy.

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?

With 8 parameters and no output schema, the description gives a high-level overview but lacks detail on return value structure, prerequisites (e.g., valid file), and workflow (e.g., how to use the returned capability). It is adequate but not 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%, so the description adds no additional parameter meaning. Per guidelines, baseline is 3. The description does not explain parameter interplay or usage beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Start') and resource ('one durable exact shared-search result window'), distinguishing it from sibling tools that focus on compilation, capabilities, workflow, and inspection. The term 'shared-search' adds specificity but could be clearer.

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?

The description implies use for searching, but offers no explicit guidance on when to use this tool vs alternatives. It mentions synchronous execution but does not compare with sibling tools. The context is moderately clear for an agent to infer usage.

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/chaoz23/inkcheck'

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