Skip to main content
Glama
atmflow55

agentshield-mcp

by atmflow55

get_alerts

Check a wallet address for recent drain alerts and threat notifications to identify security risks.

Instructions

Get recent drain alerts and threat notifications for a wallet address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax alerts to return (default: 20, max: 100)
walletYesWallet address to check alerts for
Behavior2/5

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

No annotations are provided, so the description must bear the full burden of behavioral disclosure. It merely states the action without mentioning side effects, authentication requirements, rate limits, or return structure. Even as a read operation, the absence of any safety or behavioral context is a noticeable gap.

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, clear sentence with no unnecessary words. It front-loads the core action and resource, making it immediately scannable and efficient.

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

Completeness3/5

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

For a simple 2-parameter read tool, the description covers the core functionality adequately. However, with no annotations and no output schema, it omits details about response format, error behavior, or any operational constraints, making it minimally viable but not comprehensive.

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 provides 100% description coverage for both parameters (wallet and limit), so the schema already documents their meaning. The description adds no additional parameter-level insight beyond what is already in the schema, aligning with the baseline.

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 specifies the verb 'Get' and the resource 'recent drain alerts and threat notifications' for a wallet address, clearly distinguishing it from sibling tools like monitor_wallet or get_stats. The scope is explicit and unambiguous.

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 usage for checking alerts on a wallet but provides no explicit guidance on when to use this tool versus alternatives such as monitor_wallet or get_stats. No exclusions or alternative references are given.

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/atmflow55/agentshield-mcp'

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