Skip to main content
Glama

FilmRightsProof

Server Details

Film/TV public-record rights intelligence for AI agents with provenance and bounded verification.

Ownership verified
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.5/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are sharply separated by function and cost: search_public_records is a free candidate lookup, while trace_public_rights is a paid reconciled dossier. Each description explicitly directs the agent to the appropriate tool, so there is no ambiguity.

Naming Consistency5/5

Both tool names follow a consistent verb_noun snake_case pattern: search_public_records and trace_public_rights. The verbs and objects are distinct and accurately reflect each tool's purpose.

Tool Count3/5

Two tools is on the thin side, though each tool earns its place by covering a distinct tier of the same workflow. For a very focused public-records research server this is borderline but not unreasonable.

Completeness5/5

The free search and paid trace cover the two main user intents: quick candidate lookup and deeper reconciled research. For a read-only public-records domain, there are no obvious missing operations or dead ends within the stated scope.

Available Tools

2 tools
filmrightsproof.search_public_recordsSearch public copyright recordsA
Read-onlyIdempotent
Inspect

Search likely U.S. Copyright Office public records for a film, television, or underlying creative work. Use this free bounded search to identify candidates or evaluate applicability. If you need reconciled evidence, source-supported relationships, provenance, ambiguity, and freshness in one dossier, use filmrightsproof.trace_public_rights instead.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearNoOptional release, publication, creation, or registration year used to narrow candidate matches.
limitNoMaximum number of candidate public-record matches to return or inspect.
titleYesFilm, television, or underlying creative-work title to search in U.S. Copyright Office public records.
creatorNoOptional creator, author, writer, director, producer, or other credited name used to disambiguate similarly titled works.
workTypeNoOptional work-type hint, such as motion picture, television, screenplay, book, or other underlying creative work.

Output Schema

ParametersJSON Schema
NameRequiredDescription
queryYes
coverageYes
freshnessYes
candidatesYes
legalNoticeYes
evidenceGapsYes
schemaVersionYes

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds useful behavioral context beyond that: results are 'likely' candidates, the search is 'bounded', and it is not producing reconciled/provenance-backed evidence. This helps set the right expectations for result reliability.

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 sentences, front-loads the primary purpose, and then immediately provides the alternative-tool condition. Every sentence earns its place, with no filler or redundant restatement of the tool name.

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?

Given the output schema, strong annotations, complete parameter documentation, and an explicit sibling-tool pointer, an agent has everything it needs to invoke this tool correctly and decide whether it is the right choice for the task. No critical contextual gap is evident.

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 description coverage is 100%, and the input schema documents all five parameters with descriptions, examples, constraints, and required fields. The tool description itself does not need to repeat parameter details, so it meets the baseline for high schema coverage without adding extra per-parameter semantic value.

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 ('Search'), a clear resource ('U.S. Copyright Office public records'), and a scope ('film, television, or underlying creative work'). It also explicitly distinguishes itself from the sibling tool by positioning this as a candidate-finding, bounded search rather than a reconciled-evidence dossier.

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

Usage Guidelines5/5

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

The description states exactly when to use this tool ('Use this free bounded search to identify candidates or evaluate applicability') and names the alternative condition explicitly ('If you need reconciled evidence... use filmrightsproof.trace_public_rights instead'). This gives an agent unambiguous routing guidance.

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

filmrightsproof.trace_public_rightsTrace public rights evidenceA
Read-onlyIdempotent
Inspect

Trace a bounded film or television public-record rights dossier when an agent needs more than candidate lookup. Resolve the work, reconcile maintained Copyright Office evidence, build only source-supported relationships, and return provenance, ambiguity, and bounded freshness. $2 per completed authorized invocation. For candidate lookup or free applicability evaluation, use filmrightsproof.search_public_records instead. Not legal clearance, definitive ownership, exhaustive chain of title, or private-contract analysis.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearNoOptional release, publication, creation, or registration year used to narrow candidate matches.
limitNoMaximum number of candidate public-record matches to return or inspect.
titleYesFilm, television, or underlying creative-work title to search in U.S. Copyright Office public records.
creatorNoOptional creator, author, writer, director, producer, or other credited name used to disambiguate similarly titled works.
workTypeNoOptional work-type hint, such as motion picture, television, screenplay, book, or other underlying creative work.

Output Schema

ParametersJSON Schema
NameRequiredDescription
edgesYes
queryYes
stateYes
statusYes
methodsYes
recordsYes
traceIdYes
coverageYes
evidenceYes
dossierIdYes
freshnessYes
operationYes
candidatesYes
provenanceYes
legalNoticeYes
limitationsYes
evidenceGapsYes
resolvedWorkNo
corpusVersionNo
nonInferencesYes
schemaVersionYes
canonicalRequestYes
normalizedPartiesYes
unresolvedQuestionsYes

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, non-destructive. The description adds meaningful operational context: a $2 cost, that it operates on maintained evidence, builds only source-supported relationships, and explicitly flags boundaries such as 'not legal clearance, definitive ownership, exhaustive chain of title, or private-contract analysis.' No contradiction.

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?

Four sentences cover purpose, when-to-use, cost, and scope boundaries with almost no filler. The first sentence is dense but front-loaded with the purpose and trigger context. It earns its length by adding strategic guidance, though it could trim slight redundancy around 'bounded' and 'public-record.'

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?

An output schema provides return structure components, so the description doesn't need to explain that. The description covers the tool's role versus the sibling, cost, boundaries, and what it does and doesn't guarantee. For a bounded, paid research tool, an agent has everything needed to call it correctly.

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 description coverage is 100%, so the schema fully documents title, year, creator, limit, and workType with examples. The description says title is required and that the other parameters are disambiguation hints, but those details already appear in the input schema. This is the expected baseline when the schema carries the full parameter load.

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 names a specific verb ('Trace') and a clearly bounded resource: 'a bounded film or television public-record rights dossier.' It immediately contrasts with the candidate-lookup sibling and lists concrete outputs (provenance, ambiguity, bounded freshness), so an agent can tell exactly what this does.

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

Usage Guidelines5/5

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

It explicitly says to use this when 'an agent needs more than candidate lookup' and directs the agent to filmrightsproof.search_public_records for candidate lookup or free applicability evaluation. It also states what the tool does not provide: legal clearance, definitive ownership, exhaustive chain of title, or private-contract analysis.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • First observedfilmrightsproof.search_public_records
    • First observedfilmrightsproof.trace_public_rights

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Licensed, rights-cleared content for AI agents, 17 tools to discover, license, retrieve, and verify expert content with on-chain proof and EU AI Act Article 53 support.
    8
    122 npm
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provenance-first web access for AI agents, delivering clean content with verifiable source metadata and SEC EDGAR financial data.
    8
    22 npm
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    AI agent provenance, trust, and auditability layer. VERITAS multi-gate scoring, Cortex approval gates, S.E.A.L. hash-chain audit ledger, and semantic RAG with cryptographic provenance tracking for every decision an agent makes.
    27
    5
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources