Skip to main content
Glama

AcqPath RSL Rights Preflight

Server Details

Check observed RSL declarations before AI input, RAG indexing, training or search on supported origins. Use acqpath_capabilities, then acqpath_rights_quote in private application state. Paid signed reports use HTTP x402 outside MCP: fresh 0.02 USDC, deep 0.05 USDC (live signed quote authoritative). UNKNOWN never authorizes use; reports are not licenses, legal clearance or ownership verification. The legacy acqpath_quote routing tool is disabled. Keep private claims outside model context and gateway logs. Integrate: https://developers.getacqpath.com/from-glama

Ownership verified
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation4/5

capabilities is clearly distinct from the quote tools. quote and rights_quote share similar naming and both mention claim tokens/no payment, but their descriptions distinguish a purchase plan from a rights declaration report, so most agents should be able to differentiate.

Naming Consistency4/5

All tools consistently use the acqpath_ prefix and lower_snake_case, which is predictable. The names are noun phrases rather than verb+noun actions, and quote vs. rights_quote could be slightly clearer, but the pattern is still coherent.

Tool Count5/5

Three tools is well-scoped for a focused rights-preflight server: capabilities discovery, rights quoting, and purchase estimation. Each tool has a distinct role and no redundant tooling is present.

Completeness4/5

The server covers the main preflight workflow: checking capabilities, producing a rights report, and obtaining a quote. It does not expose explicit contract-verification or licensing tools, but those may be intentionally outside its scope.

Available Tools

3 tools
acqpath_capabilitiesA
Read-only
Inspect

List operator-approved interchangeable capabilities; no payment.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, and 'no payment' adds useful context that the operation has no financial side effect. 'Operator-approved' also clarifies the source of the data. However, the description does not disclose other behavioral traits such as pagination, filtering, or what happens when no capabilities exist.

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 a single, front-loaded sentence with no wasted words. Every clause contributes meaning: 'operator-approved' defines scope, 'interchangeable capabilities' identifies the resource, and 'no payment' signals expected side effects.

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 zero-parameter, read-only listing tool, the description is largely complete: it states the action, the resource, and the payment-related expectation. The only minor gap is that it does not describe what the returned capabilities list looks like, but the absence of an output schema and the simplicity of the operation keep this gap small.

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 tool has zero parameters and the input schema is empty, so the description carries no burden to explain parameter semantics. A baseline of 4 is appropriate since there is nothing for the description to add beyond the structured 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?

The description uses a specific verb ('List') and identifies the resource ('operator-approved interchangeable capabilities'), making the core purpose clear. It does not explicitly name or contrast the sibling tools, but the 'no payment' note helps set expectations that this is an informational listing rather than a financial transaction.

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 gives no guidance on when to use this tool versus the sibling quote tools. It does not mention alternatives, prerequisites, or conditions under which capabilities listing is or is not appropriate.

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

acqpath_quoteBInspect

Get an estimated cheaper purchase plan for a verified contract. No payment is made. Quote claim token is sensitive.

ParametersJSON Schema
NameRequiredDescriptionDefault
purposeNo
contractYes
capabilityYes
max_latency_msNo
max_total_microYes
baseline_providerYes
require_declared_rightsNo

TDQS

B3.3/5.0
Behavior3/5

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

Annotations are unhelpful (readOnlyHint=false, openWorldHint=false, idempotentHint=false), so the description must disclose behavior on its own. It adds valuable context: 'No payment is made' clarifying that this is a non-monetary action, and 'Quote claim token is sensitive' warning about the output's contents. However, it does not specify whether any persistent state changes occur (e.g., saving a quote) or how the token should be handled beyond sensitivity, leaving some side effects untransparent.

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 extremely concise: three short sentences, each serving a distinct purpose. The primary action is front-loaded ('Get an estimated cheaper purchase plan'), followed by the key guarantee ('No payment is made') and a critical security note ('Quote claim token is sensitive'). No padding or redundant phrasing.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 7 parameters and no output schema, the description is too sparse. It does not explain the relationship between input parameters, what the returned quote plan looks like, how the sensitive token should be handled, or any prerequisite beyond a verified contract. The absence of an output schema places more burden on the description, and this description does not fill that void. An agent would struggle to know what the tool returns and how the parameters mutually constrain each other.

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

Parameters1/5

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

Schema description coverage is 0% and no parameter details are provided in the description. The description only references 'contract' indirectly through 'verified contract', but does not clarify the purpose of the 7 parameters (capability, max_total_micro, baseline_provider, etc.). The agent gets no beyond-schema meaning and cannot determine what values to fill or what effect each parameter has.

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 ('Get') and resource ('estimated cheaper purchase plan') with a clear qualifier ('for a verified contract') and an explicit behavioral note ('No payment is made'). The phrase 'purchase plan' distinguishes this tool from the sibling 'acqpath_rights_quote' (which implies a rights-related quote) and 'acqpath_capabilities' (which clearly lists capabilities).

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

Usage Guidelines3/5

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

The description implies the tool is used when the user has a verified contract and wants a cheaper quote ('for a verified contract', 'estimated cheaper purchase plan'), but it provides no explicit when-not-to-use guidance or mentions of alternatives such as acqpath_rights_quote or acqpath_capabilities. There is no direct comparison between this tool and its siblings, so the agent must infer application from the resource type.

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

acqpath_rights_quoteAInspect

Prepare a bounded signed report of observed RSL declarations; no payment occurs. This is not a license. Keep the returned claim token private.

ParametersJSON Schema
NameRequiredDescriptionDefault
geoNoCaller-supplied geographical context. This is not independently verified location.
tierNofresh
purposeYes
resourceYesHTTPS resource on an explicitly reviewed origin; no query, fragment, credentials, IP literal, encoded slash or redirect.
user_classNocommercial
max_total_microYesExact integer micro-USDC budget.
freshness_secondsNo

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already signal readOnlyHint=false, openWorldHint=true, and idempotentHint=false, so the bar is lower. The description adds meaningful behavioral context: no payment occurs, it is not a license, and the returned claim token must be kept private. It does not detail side effects of the non-read-only operation, but it provides valuable cautionary information beyond the 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 three short sentences with no filler. The primary action is front-loaded, followed by essential distinctions ('no payment', 'not a license') and a security instruction. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 7 parameters and no output schema, the description is too brief to fully support correct invocation. It omits any guidance on how the parameters interact, what the claim token is used for, and what 'observed RSL declarations' means in practice. The high-level warning is useful, but an agent would still need to infer a large amount of invocation context.

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

Parameters2/5

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

Schema description coverage is only 43%, so the description should compensate for the undocumented parameters. It does not explain how 'bounded', 'signed', or 'claim token' map to parameters like max_total_micro, tier, freshness_seconds, or geo. The schema's own descriptions and enums carry most of the meaning, leaving several parameters underspecified.

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 opens with a specific verb and resource: 'Prepare a bounded signed report of observed RSL declarations.' It also explicitly clarifies what the tool is not ('not a license') and that 'no payment occurs,' which differentiates it from the sibling acqpath_quote. This is far more specific than a tautology and gives an agent a clear sense of the tool's scope.

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

Usage Guidelines3/5

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

The description provides exclusionary context ('no payment occurs', 'This is not a license') that helps an agent avoid using it for paid or licensing purposes. However, it does not explicitly state when to use this tool versus the siblings acqpath_quote or acqpath_capabilities, nor does it name alternatives directly. The usage guidance is implied rather than explicit.

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. 3 tool updates
    • First observedacqpath_capabilities
    • First observedacqpath_quote
    • First observedacqpath_rights_quote

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
    137
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    License-first federated image search for AI agents and humans. Exposes MCP tools for concise, attribution-aware image discovery, license probing, and guarded downloads across open, platform, and editorial sources.
    7
    49
    3
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources