Skip to main content
Glama

UAPDrop Research Archive

Get document

get_document
Read-only

Fetch one archive document in full, including its attachment gallery. Supply either id, or both releaseProgram and externalId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoInternal document id.
externalIdNoDocument id within that release program.
releaseProgramNoRelease program key, e.g. 'fbi_vault'.

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral context about the return scope: it returns the document in full, including the attachment gallery, which is not implied by the schema alone.

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?

Two short sentences with no redundancy. The primary action and scope are front-loaded, and the identifier requirement is stated compactly in the second sentence. Every word earns its place.

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 fetch tool, the description is largely complete: it explains what is fetched and how to identify the document. The lack of an output schema and the fact that no parameters are marked required make the explicit 'either/or' instruction valuable. Minor gaps, such as behavior when both id and external identifiers are supplied, keep it from a 5.

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?

Schema coverage is 100%, so the baseline is 3. The description adds important relational semantics by specifying the alternative identifier patterns: either `id` alone, or both `releaseProgram` and `externalId`. This goes beyond the individual property descriptions and clarifies a constraint not represented in the schema's required fields.

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 uses a specific verb ('Fetch') and a specific resource ('one archive document in full'), and adds the distinguishing detail that it includes the attachment gallery. This clearly separates it from sibling tools like search_documents or related_documents.

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 provides clear operational context: use this tool when you need a single full document, and it states the valid identifier combinations. It does not explicitly name alternatives or exclusions, but the 'one archive document in full' framing makes the intended scope clear.

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/5.0
Disambiguation5/5

Each tool pairs a single action (get, list, search, related) with a distinct resource type, so there is no real overlap. Cross-references in descriptions also actively clarify the intended separation between search_documents, search_videos, search_semantic, and the get_video full-detail endpoint.

Naming Consistency5/5

All tools follow a consistent lowercase snake_case verb_noun pattern: get_*, list_*, search_*, and related_*. There are no mixed conventions, vague generic verbs, or unpredictable naming styles.

Tool Count5/5

Fourteen tools is well within the ideal range and each one earns its place: five getters, four search methods, three listers, and two related-content navigators. The count is broad enough to cover the research archive without becoming bloated.

Completeness5/5

The archive is retrieval-focused, and the tool surface covers all major entities: documents, news, sightings, videos, and beings, plus bidirectional related-content browsing. Search, semantic search, and source-key listing provide the discovery paths a research archive needs; no obvious dead ends or missing core operations are apparent.