Skip to main content
Glama
penta2himajin

noveletary

get_state

Read-only

Retrieve active facts for a story branch, filtered by subject or sliced by valid-time or discourse-time, to verify internal consistency before writing.

Instructions

[read] ブランチで現在有効な事実を返す。各factは chapter(=valid-time/物語内時間)と narrated_in(=discourse-time/語りの章)を持つ。 as_of_chapter: valid-time スライス=「その章時点の世界」(retcon後でも正しい)。 as_of_narrated: discourse-time スライス=「第N章まで読んだ読者が知っている事実」(伏線/叙述トリックの検証用)。 両者は独立軸。回想(物語内は過去・語りは後の章)は chapter と narrated_in が食い違う。 subject を指定すると特定エンティティだけに絞る(文脈節約)。章を書く前の状態確認に使う。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
branchNomain
subjectNo
as_of_chapterNo
as_of_narratedNo
Behavior5/5

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

Annotations already provide readOnlyHint=true. The description adds rich behavioral context: facts have chapter and narrated_in, the two slicing methods (as_of_chapter, as_of_narrated), and the concept of flashbacks. It also explains subject filtering. No contradiction with annotations.

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 a single dense paragraph that is front-loaded with the purpose, then explains temporal axes, filtering, and usage. Every sentence adds value; no waste.

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

Completeness5/5

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

Given no output schema and 4 parameters (none required), the description fully covers return values (facts with chapter and narrated_in), parameter semantics, and usage context. It is complete for the agent to use the tool 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%, so the description compensates by explaining 'subject' (フィルタリング), 'as_of_chapter', and 'as_of_narrated' with detailed temporal semantics. The branch parameter default is implied from schema but not restated. It adds significant meaning beyond the schema.

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 returns current valid facts in a branch, with temporal dimensions. It uses a specific verb ('返す', return) and resource ('facts'), and distinguishes from sibling tools like add_fact by being read-only and offering temporal slicing.

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 gives clear usage context: '章を書く前の状態確認に使う' (used to check state before writing a chapter). It explains the two temporal axes and filtering, but does not explicitly mention when not to use or provide alternatives to other 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