Skip to main content
Glama
JayOfemi

Byakugan: Private, open-source AI-text checker

Check reuse overlap

check_reuse

Compare submitted text against your own documents to identify verbatim shared passages and calculate the proportion of overlap using word shingles.

Instructions

Compare the text against reference documents you provide, using word shingles, and return the share of overlap and the verbatim shared passages. This is a local check against the documents passed in. It does not search the web or any plagiarism database. Deterministic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe text to analyze.
referencesYesOne or more of your own documents to compare against.
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the method (word shingles), scope (local, deterministic), and what it does not do (web search). It lacks details on case sensitivity or language handling but provides sufficient behavioral context.

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?

Three sentences, front-loaded with the core purpose. Every sentence adds value: first explains action, second clarifies scope, third adds deterministic nature. No wasted words.

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 no output schema, the description adequately explains return values (overlap share and verbatim passages). It misses details like error behavior or size limits, but is complete enough for a simple check tool.

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 coverage is 100%, so baseline is 3. The description mentions 'using word shingles' but does not add meaning about the parameters themselves, which are self-explanatory from 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 action (compare text against references), method (word shingles), and output (overlap share and verbatim passages). It unequivocally distinguishes from siblings by specifying local check vs web search.

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 explains when to use it (local check, not web search) and implicitly that it's for comparing against provided documents. However, it does not explicitly state when not to use it or compare with alternatives, though the context is clear given 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/JayOfemi/byakugan'

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