distress-abc
Server Details
ABC/receivership wind-down asset maps: state notices joined to UCC collateral & secured parties.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.9/5 across 5 of 5 tools scored.
The 5 tools are cleanly split into two distinct domains (ABC/receivership and WARN), with each domain having clearly separate tools for feed/search and map building. There is no overlap or confusing ambiguity between tools.
All tool names follow a consistent pattern: a domain prefix (abc_ or warn_) followed by a descriptive snake_case name. The naming is clear and uniform across the set.
With 5 tools, the server is well-scoped for its purpose of providing distress event data and collateral maps. The count is neither too small to be useful nor too large to be unwieldy.
For the intended informational purpose, the server covers both ABC and WARN domains with necessary operations: data feed, search, and detailed map generation. There are no obvious missing tools for core workflows.
Available Tools
5 toolsabc_asset_mapAInspect
Build the full WIND-DOWN ASSET / COLLATERAL MAP for one ABC/receivership case. Pass the notice link (from abc_distress_feed/abc_find_notices) and/or the assignor entity name. Joins the failing entity to FREE-STATE UCC-encumbered collateral + secured parties (Colorado SOS, live keyless) and the county-recorder real-property lookout, then returns the collateral inventory + buyer actions per role (assignee/liquidator, distressed-asset/IP buyer, creditor). The map the assignee needs to actually run the wind-down — and the map a buyer needs to bid first. Multi-hop parse is hand-verifiable; verify before acting. [x402: full map settles $0.50 USDC on Base mainnet, keyless; free preview included.]
| Name | Required | Description | Default |
|---|---|---|---|
| link | No | Notice page URL (preferred — we parse the assignor + case). | |
| state | No | US state 2-letter code (record header / recorder lookout). | |
| entity | No | Assignor / distressed entity name (use if no link, or to override the parse). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It discloses a multi-hop parse, hand-verifiable nature, cost of $0.50 USDC, and data sources (UCC, county records). Warns to verify before acting, adding transparency beyond basic behavior.
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 front-loaded with purpose but contains redundant phrasing (e.g., 'the map the assignee needs... and the map a buyer needs') and unnecessary details (payment note). It could be more concise while retaining key points.
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?
Given no output schema, the description adequately explains the return (collateral inventory and buyer actions per role), data sources, and verification requirement. Missing details on output format and exact roles, but sufficient for an agent to grasp the tool's function.
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 coverage is 100%, so baseline is 3. Description adds value by explaining link and entity usage (prefer link, override with entity), but does not elaborate on the 'state' parameter beyond schema. This provides minimal added meaning.
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 clearly states the tool builds a 'full WIND-DOWN ASSET / COLLATERAL MAP' for an ABC case, specifying the verb (build) and resource (map). It distinguishes from siblings like abc_distress_feed and warn_liquidation_map by focusing on asset mapping for receivership.
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 tells the user to pass a notice link from abc_distress_feed/abc_find_notices or an entity name, providing clear context for when to use this tool. It implies use for wind-down or buyer bidding, but lacks explicit when-not-to-use or alternative tools beyond the sibling list.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
abc_distress_feedAInspect
FREE: live feed of state ASSIGNMENT-FOR-BENEFIT-OF-CREDITORS (ABC) and RECEIVERSHIP public legal notices — the wind-down firehose with NO PACER. Each notice: type (receivership/abc/asset-auction/lien-foreclosure), the assignor/distressed entity where parseable, case number, claim/sale date, and link. Beachhead state: WA (a notice-publishing state); FL/NY/DE link-out, CA/TX are dark. Wind-downs move fast — this is the clock.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max notices to return (default 40). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden. It discloses the feed is free, covers specific states, and warns that wind-downs move fast. However, it does not detail error handling, rate limits, or pagination behavior.
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 informative with four sentences, each adding value. It is front-loaded with key details but could be slightly more concise without losing substance.
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 one parameter and no output schema, the description fully covers the tool's functionality, coverage limitations, and data content. It provides sufficient context for an agent to understand and invoke the tool correctly.
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 coverage is 100% for the single parameter 'limit', with a clear description in the schema. The description does not add extra meaning beyond the schema, so baseline score of 3 is appropriate.
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 clearly states the tool provides a live feed of ABC and receivership public legal notices, with specific details on notice types and coverage. It distinguishes itself from sibling tools like abc_asset_map and abc_find_notices by focusing on a broad, real-time feed.
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 usage for monitoring wind-down filings but does not explicitly state when to use this tool versus alternatives like abc_find_notices or warn_liquidation_map. It provides geographic context (WA as beachhead, dark states) but lacks when-not-to-use guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
abc_find_noticesAInspect
FREE: keyword-search the wind-down legal-notice archive (e.g. 'receivership', 'assignment for benefit of creditors', 'assignee', a company name). Returns matching notice headers + links you can feed into abc_asset_map.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 15). | |
| keyword | Yes | Search term (required). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description bears the burden of transparency. It discloses the return type ('matching notice headers + links') and hints at read-only operation (search). However, it does not address auth, rate limits, or side effects.
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 two sentences with no fluff. It front-loads the core action and includes examples, then explicitly states the output and a downstream usage hint.
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 simple search tool with no output schema, the description covers purpose, input hints, and output type. It lacks details like pagination or error handling, but these are less critical for a straightforward keyword search.
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 coverage is 100%, so baseline is 3. The description adds value by providing example keywords for the 'keyword' parameter, but does not elaborate on 'limit'. This modest addition keeps the score at 3.
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 ('keyword-search') and resource ('wind-down legal-notice archive') with concrete examples, making the purpose very clear. It also distinguishes from siblings by implying a complementary role with abc_asset_map.
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 does not explicitly state when to use this tool vs alternatives, but the 'FREE' prefix and the mention of feeding results into abc_asset_map provide some context. No exclusions or alternative scenarios are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
warn_liquidation_mapAInspect
Build the LIQUIDATOR-facing ASSET / COLLATERAL MAP for a WARN-Act plant-death entity (the failing employer). Joins that entity to FREE-STATE UCC-encumbered collateral + secured parties (Colorado SOS, live keyless) + the county-recorder real-property lookout, and returns the encumbered-collateral inventory + liquidator/auctioneer/assignee actions. Buyers: distressed-asset liquidators, auctioneers, and the assignee running the wind-down — they NEED the collateral map to know what can sell free vs. what's locked by a perfected lien. Pass an entity (employer name) for the full map, or omit it for the recent plant-death TRIAGE feed (each with a CO-UCC collateral count). HONEST: WARN index is CA, UCC join is CO — a CA plant-death maps to CO collateral only for multi-state operators (honest null otherwise). Hand-verifiable at this volume; verify before bidding. [x402: full map settles $0.50 USDC on Base mainnet, keyless; free preview included.]
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Triage-feed size when no entity (default 12). | |
| entity | No | Failing employer / plant-death entity name (omit for the triage feed). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses the data source limitation (CA WARN index joined to CO UCC only for multi-state operators), the hand-verifiable nature, and the payment requirement. It does not explicitly mention idempotency or whether it modifies state, but the 'map' context implies a read-only operation. The 'HONEST' clause shows good faith disclosure.
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 paragraph but front-loads the main purpose and key audience. It uses bold for emphasis and includes a separate payment note. While dense, every sentence adds value without redundancy. It could benefit from section breaks, but it remains appropriately sized for the tool's complexity.
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?
Given no output schema, the description adequately describes the return value as 'encumbered-collateral inventory + liquidator/auctioneer/assignee actions' and the triage feed includes a 'CO-UCC collateral count'. It also covers the invocation conditions (entity vs none), data sources, and limitations. While a more detailed output structure would be helpful, the description is sufficient for an agent to understand the tool's output.
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 coverage is 100%, establishing a baseline of 3. The description adds meaning beyond the schema by explaining the effect of passing an 'entity' (full map) vs omitting it (triage feed with CO-UCC collateral count) and mentioning the 'limit' parameter's role in the triage feed. This contextual guidance helps an agent choose parameter values.
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 clearly states the tool builds a liquidator-facing asset/collateral map for a WARN-Act plant-death entity, specifying the verb 'build', the resource 'ASSET/COLLATERAL MAP', and the scope 'for a WARN-Act plant-death entity'. It distinguishes from siblings like abc_asset_map by highlighting the specific data joins (UCC, real property) and audience (liquidators, auctioneers, assignee).
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 explains the target users (distressed-asset liquidators, auctioneers, assignee) and their need for the map, and describes when to pass an entity (full map) vs omit it (triage feed). It also includes a caveat about the CA/CO limitation and a verification warning. However, it does not explicitly state when not to use the tool or name alternative tools from the sibling list.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
warn_plant_deathsBInspect
FREE: recent WARN-Act PLANT-DEATH events (mass layoffs / plant closures) — the SECOND distress-event lane feeding the same liquidation map. Each is a failing employer the day its plant is dying, with whether it has a live Colorado UCC collateral map (so a liquidator can triage which dying plant has filed collateral worth chasing). Live keyless index = CA EDD detailed WARN report; the CO UCC join is the collateral overlay (honest null where the firm's collateral is in a state not yet covered keyless). Feed an employer into warn_liquidation_map for the full collateral inventory.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max plant-death events (default 25). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Despite no annotations, the description details output contents (failing employer, live Colorado UCC map indicator), data sources (CA EDD, CO UCC join), and data quality (honest null for uncovered states). It lacks rate limits or auth info but provides substantive behavioral context.
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 dense, run-on paragraph with multiple clauses, metaphors ('lane', 'map', 'dying plant'), and jargon. It is not front-loaded nor easily scannable, sacrificing clarity for efficiency.
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?
The description covers the main use case, output fields, and sibling connection, but lacks practical details like recency window, pagination, or number of events returned. It is adequate but incomplete for operational use.
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 single parameter 'limit' is fully documented in the input schema (max events, default 25). The description adds no additional meaning or constraints, so baseline 3 is appropriate.
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 clearly states the tool lists recent WARN-Act plant-death events (mass layoffs/plant closures), distinguishing it as the second lane feeding a liquidation map. However, domain jargon (e.g., 'distress-event lane', 'collateral overlay') might obscure the core function for unfamiliar agents.
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 directs users to feed an employer into warn_liquidation_map for full collateral inventory, implying a sequential use case. But it does not specify when to avoid this tool, prerequisites, or alternative contexts for the other siblings listed.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!