Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Spl-token Rug Check

spl-token_rugCheck

Analyze a token for rug pull risks by checking mint/freeze authority, holder concentration, and liquidity. Identify red flags before interacting with the token.

Instructions

Check a token for potential rug pull risks: mint/freeze authority, holder concentration, liquidity. SAP MCP context: Protocol spl-token; operation class write. Use for SPL token deploy, mint, transfer, burn, freeze, thaw, and authority management. Confirm mint, decimals, authority, recipient, and amount before writes. Use token tools alongside SAP payments and settlement tools only when token operations are part of the agent service lifecycle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mintYesToken mint to analyze

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesMCP content blocks returned to the caller.
isErrorNoTrue when the tool result represents an application-level error.
Behavior1/5

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

The description describes the tool as a 'check' (read operation), but annotations set readOnlyHint to false, indicating it is a write operation. This is a direct contradiction. Additionally, no other behavioral traits (like side effects or permissions) are disclosed beyond the misleading check intent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately concise but includes extraneous phrases like 'SAP MCP context' and generic lifecycle guidance that do not directly help an agent select or invoke this specific tool. It could be tightened.

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?

Although the tool has an output schema (so return values are handled externally), the description fails to reconcile the read vs write contradiction and omits important context like prerequisites or the fact that it is a read operation. This undermines completeness for a simple tool.

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?

The input schema has 100% coverage with a description for the mint parameter. The description adds context about what the check analyzes (authority, concentration, liquidity) but does not enhance understanding of the parameter itself 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 the tool checks a token for rug pull risks, listing specific factors (mint/freeze authority, holder concentration, liquidity). This clearly distinguishes it from sibling tools like spl-token_burn or spl-token_mintTo which perform token operations rather than analysis.

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

Usage Guidelines4/5

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

The description suggests using this tool before token operations like deploy, mint, transfer, etc., implying it is a prerequisite check. However, it does not explicitly state when not to use it or provide alternatives, though the intent is clear.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/OOBE-PROTOCOL/sap-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server