Skip to main content
Glama

aleph_xref_results

Read-only

Retrieve ranked cross-reference results for a dataset to find entity matches in other Aleph sources, revealing overlaps with public registries without starting a new run.

Instructions

Read the cross-reference results already computed for a dataset: entities in it that resemble entities elsewhere in Aleph, scored and ranked. Useful for finding overlaps between your own casefile and public registries. Read-only — this does not start a new cross-reference run.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMatches per page (1-200).
offsetNoSkip this many, for paging.
collection_idYesCollection ID to read xref results for.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

The description explicitly says this is read-only and that it does not trigger a new cross-reference computation, which adds useful behavioral context beyond the annotations. It is consistent with the readOnlyHint and destructiveHint annotations, and no contradiction exists.

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 concise sentences each earn their place: what the tool returns, when it is useful, and a behavioral caveat about not starting a new run. The main verb and resource are front-loaded.

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?

For a simple read-only paged tool, the description plus full schema covers the purpose, inputs, and side-effect profile. It could mention behavior when no cross-reference results exist, but that is a minor gap given the schema and annotations.

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?

The input schema already includes descriptions for all three parameters, including defaults and bounds for limit and offset. The description adds contextual framing about the collection but does not need to compensate for missing schema information, so baseline 3 is appropriate.

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 states a specific verb ('Read') and resource ('cross-reference results already computed'), explains what those results are (entities resembling entities elsewhere in Aleph, scored and ranked), and clarifies that this is distinct from starting a new cross-reference run. This clearly differentiates it from related sibling tools.

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?

It gives a concrete use case: finding overlaps between your own casefile and public registries. It also clarifies that this tool does not start a new cross-reference run. However, it does not explicitly name alternative sibling tools or state when not to use this tool.

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