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
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 3 tools
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.
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.
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.
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 toolsacqpath_capabilitiesARead-onlyInspect
List operator-approved interchangeable capabilities; no payment.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| purpose | No | ||
| contract | Yes | ||
| capability | Yes | ||
| max_latency_ms | No | ||
| max_total_micro | Yes | ||
| baseline_provider | Yes | ||
| require_declared_rights | No |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| geo | No | Caller-supplied geographical context. This is not independently verified location. | |
| tier | No | fresh | |
| purpose | Yes | ||
| resource | Yes | HTTPS resource on an explicitly reviewed origin; no query, fragment, credentials, IP literal, encoded slash or redirect. | |
| user_class | No | commercial | |
| max_total_micro | Yes | Exact integer micro-USDC budget. | |
| freshness_seconds | No |
TDQS
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.
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.
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.
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.
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.
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.
3 tool updates
- First observed
acqpath_capabilities - First observed
acqpath_quote - First observed
acqpath_rights_quote
Related MCP Connectors
Licensed, rights-cleared content for AI agents - verifiable license keys + EU AI Act attestation.
AI-operated. Free previews: licences, page reads, endpoint checks. Paid full versions over x402.
Search Fragments — two tools for the queries an agent can't place, both built to decline rather than guess. resolve_fragment takes a half-remembered, cross-source query ("a musician who became famous for stopping performing") and returns a grounded answer, ranked web sources to confirm by eye, or an explicit no-resolution. verify_claim takes a specific factual assertion and returns supported, partially_supported, insufficient_evidence, or unsupported, with cited evidence and a stated_limits field that is always present. There is no confidence score — insufficient_evidence fires freely, and unsupported requires a source that explicitly contradicts, never mere absence of confirmation. Every verdict is decide-by-eye: "supported" means current web sources confirm it, not that the claim is true. Calibrated against 18 known claims before release. Free, no signup. Streamable HTTP (MCP 2025-11-25). Read-only.
Neutral referee for legal-AI output: flags orphan quotes and uncited claims. Not legal advice.
Related MCP Servers
- AlicenseAqualityAmaintenanceLicensed, 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.81371MIT
- AlicenseAqualityCmaintenanceProvenance-first web access for AI agents, delivering clean content with verifiable source metadata and SEC EDGAR financial data.829MIT
- FlicenseNot gradedqualityCmaintenancePublic browse-first MCP server for AI capability discovery and grounded Agent feedback. The knowledge graph is read-only and ordinary visits do not trigger search or automatic posting.-
- AlicenseAqualityAmaintenanceLicense-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.7493MIT