Skip to main content
Glama
penta2himajin

noveletary

reconcile_facts

Read-only

Cross-checks LLM-extracted facts against independently extracted predicate-argument records to identify potential fabrications, omissions, or confirmations, improving story consistency.

Instructions

[nlp] LLMが章から抽出した事実(llm_facts)と、機構が独立抽出した述語-項レコードを(主語,述語)軸で突き合わせる。 llm_facts は [{subject, predicate}, ...]。 返り値: agreement(一致=確証) / llm_only_check_grounding(本文に根拠が薄い=捏造の疑い) / mechanism_only_state_possible_omission(状態の申告漏れ・高シグナル) / mechanism_only_event_possible_omission(行為の申告漏れ・死亡等を含む)。 既知実体(KB)で対象を絞り、ゼロ照応解決済みの主語のみ照合。差分は確定でなく要確認。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chapterYes
llm_factsYes
chapter_textYes
pov_characterNo
Behavior4/5

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

Annotations declare readOnlyHint=true, and the description confirms it performs only matching and analysis without modifications. It additionally discloses filtering by known entities and zero anaphora resolution, and explains that output categories indicate potential fabrications or omissions. No contradictions.

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 a single paragraph that front-loads the core action and output. It efficiently covers key points without redundancy, though the Japanese text is dense and might benefit from clearer structuring for non-native readers.

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?

The tool is complex with 4 parameters and no output schema. The description explains the return value categories and matching logic, but does not detail all parameters or provide examples. This is adequate but not complete for full agent understanding.

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

Parameters2/5

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

Schema coverage is 0%; the description only explains the format of 'llm_facts' as an array of subject-predicate objects. Other parameters (chapter, chapter_text, pov_character) are not described, leaving their semantics unclear. With low coverage, the description should provide more parameter details.

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 identifies the tool's action: reconciling LLM-extracted facts with mechanism-extracted predicate-argument records on subject-predicate axes. It specifies inputs and output categories, distinguishing it from sibling tools like add_fact or delete_fact.

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 usage for identifying discrepancies between two fact sources but lacks explicit guidance on when to use this tool versus alternatives, and does not mention when not to use it. The note that differences are not definitive provides some context.

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