Skip to main content
Glama

list_facts

Alle fakta hvor entity er subjekt ELLER objekt (transparens/audit). entity normaliseres FØR match — case/whitespace-varianter matcher samme række. Returtypen er ALTID en liste (§8-adjudikering: ingen dict-wrap/scope_note-injektion her, det ville være en regression mod default-modens kontrakt).

PUBLIC_DEMO-mode: listen viser udelukkende rækker fra det OFFENTLIGE demo-fakta-lager (demo-facts.json) — ikke fleet/TIER-1/cortex-data (§3 PUBLIC-SAFE).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entityYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations, the description carries full transparency burden and exceeds it: it discloses entity normalization before matching, always-list return contract with explicit no dict-wrap, and PUBLIC_DEMO data-source restriction. No contradictions 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two short paragraphs with front-loaded purpose and all key behaviors. It is slightly dense with section references and contract rationale, but each sentence contributes unique information; no fluff, though a bit more compact could be possible.

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?

For a single-parameter listing tool, the description is complete: return type, matching semantics, data-scope restrictions, and mode behavior are all covered. An output schema exists, so detailed field-by-field return description is not required.

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

Parameters5/5

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

Schema coverage is 0% and there is one required param, but the description explains entity semantics thoroughly: it matches as either subject or object and is normalized for case/whitespace before matching. This is substantive meaning beyond the bare string schema.

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?

Description clearly states it lists all facts where entity is subject or object, with explicit audit/transparency purpose. However, it does not directly contrast with sibling tools check_claim/check_triple, so differentiation rests on the entity-scoped listing behavior.

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?

Provides clear contextual usage: use for transparency/audit when entity may appear in either role, and clarifies PUBLIC_DEMO mode limits data source. It doesn't name alternative tools or state when not to use it, but the audit framing and entity-matching rule make intended use evident.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.6/5.0
Disambiguation5/5

Each tool has a distinct purpose: check_claim handles natural language claims, check_triple handles raw SPO triples, and list_facts provides transparency for entities. There is no overlap between the tools, and their roles are clearly separated.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with lowercase and underscores: check_claim, check_triple, list_facts. The naming is uniform and predictable.

Tool Count5/5

With only three tools, the set is lean but well-scoped for a consistency-checking service. Each tool earns its place, and the count is within the typical 3-15 range for a focused server.

Completeness5/5

The domain is consistency checking, and the set covers both high-level natural language checking and low-level triple checking, plus a listing function for audit. There are no obvious missing operations for this purpose, as add_fact is intentionally unavailable in the demo mode.

Resources