Skip to main content
Glama

l0g.fr Risk Intelligence

Get Evidence Graph

get_evidence_graph
Read-onlyIdempotent

Renvoie un sous-graphe de preuve l0g : articles, claims, références, hôtes, sources primaires et datasets. Avec articleSlug, la preuve directe est séparée des contenus reliés par hôte/source/dataset commun.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNombre maximum de nœuds renvoyés.
languageNoLangue du slug fourni. Le graphe de preuve reste canonique en français.
nodeTypeNoType de nœud optionnel.
articleSlugNoSlug d'article optionnel pour extraire son voisinage de graphe.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
edgesNo
errorNo
nodesNo
countsNo
filtersNo
versionNo
returnedNo
generatedNo
graphPolicyNo
directEvidenceNo
relatedContentNo

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is clear. The description adds meaningful behavioral context: with articleSlug, direct evidence is separated from related content via host/source/dataset relationships. There is 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 two concise sentences with no filler. The main purpose is stated first, followed by the key conditional behavior, making it easy for an agent to parse quickly.

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 the rich annotations, complete parameter descriptions, and presence of an output schema, the description covers the essential behavioral and scoping information. The main gap is the lack of usage guidance relative to sibling tools, but for a read-only graph retrieval tool with no required parameters, the definition is largely complete.

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?

The input schema already documents all four parameters with 100% coverage, so the baseline applies. The description adds semantic value by explaining the behavioral effect of articleSlug: separating direct evidence from indirectly related content, which goes beyond the schema's 'voisinage de graphe' phrasing.

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 clearly states the tool returns an evidence subgraph and enumerates the node types (articles, claims, references, hosts, primary sources, datasets). It does not explicitly distinguish this tool from siblings like get_article or get_claims, but the graph-specific framing is clear enough for basic identification.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives such as get_article, get_claims, or search_by_topic. The only conditional statement concerns articleSlug behavior, which is a parameter detail rather than usage guidance.

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

A3.9/5.0
Disambiguation4/5

Most tools target clearly distinct resources (articles, claims, sources, indices, signal history, integrity), and the descriptions are detailed. The two real ambiguities are get_changefeed vs get_changes, which are near-identical except for filtering, and the Agent Surface metadata cluster (manifest, openapi, integrity, verify, ndjson feed) where an agent could misselect. These are minor enough not to undermine the set.

Naming Consistency5/5

All 21 tools follow a consistent verb-first snake_case pattern with clear semantic verbs: get_ for retrieval, list_ for enumeration, search_ for querying, plus build_research_pack and verify_artifact as lone but clearly communicative composites. There is no mixing of conventions or vague verbs like process or run, making tool selection predictable.

Tool Count4/5

21 tools is above the ideal 3-15 range, but the server covers a broad domain: content retrieval, claims and evidence graphs, risk signals, change monitoring, and integrity verification. A few tools could be consolidated (the changefeed pair and the metadata cluster), but none is pure filler, so the count feels justified though slightly heavy.

Completeness4/5

For a read-only intelligence platform, the coverage is comprehensive: content listing and full-text retrieval, claims and evidence graphs, source auditing, risk indices with history, freshness and risk-diff monitoring, and artifact verification. Minor gaps include no per-source detail endpoint and no push or subscription mechanism, but agents can work around these using list_sources and the changefeed.