Skip to main content
Glama

exit_check_bulk

PAYWALLED. Portfolio exit analysis — pass up to 25 mints and get back which of your positions cannot be sold cleanly, ranked worst first. Answers "of everything I hold, what am I trapped in?" in one call. Returns x402 payment instructions for /api/x402/exit-check-bulk. Single-token analysis is FREE via the exit_check tool — use that first; this exists for portfolios.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usdNoPosition size in USD to test each holding at. Optional.
mintsYesUp to 25 token mint addresses.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses the 25-mint limit, the ranking behavior ('worst first'), the free single-token alternative, and that it returns x402 payment instructions. It doesn't mention failure modes or rate limits, but the disclosed behavior is substantial for a tool with no 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?

Three sentences with no filler. The core purpose is front-loaded, the limit is stated, the alternative is named, and the return type is disclosed. Every sentence 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 bulk-analysis tool with 2 params and no output schema, the description covers purpose, scope, limit, ranking, payment instructions, and the cheaper alternative. It doesn't describe the exact response shape, but the description already says it returns x402 payment instructions, which is enough for an agent to invoke 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 already documents both parameters. The description adds context for 'mints' (portfolio holdings, up to 25) and implies 'usd' is the test position size, but doesn't add much beyond the schema. Baseline 3 is appropriate.

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 ('exit analysis'), a resource ('portfolio'), and a clear scope ('up to 25 mints'). It also names the sibling tool 'exit_check' and distinguishes itself as the bulk/portfolio variant, so an agent can tell them apart without opening schemas.

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 explicitly says to use exit_check first for single-token analysis and that this tool exists for portfolios. It also gives a concrete question the tool answers ('of everything I hold, what am I trapped in?'), which is strong usage guidance.

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.

Resources