Skip to main content
Glama
Coinversaa

Coinversaa Pulse

Official
by Coinversaa

Trader Briefing

pulse_trader_demo
Read-onlyIdempotent

Retrieve a quick wallet briefing—lifecycle summary plus recent top wins and losses—to triage a trader before deciding on deeper lifecycle, drawdown, or token-level analysis.

Instructions

Get a fast wallet briefing for demos and agent triage: lifecycle summary plus recent top wins and losses. Use when the user wants a quick read on a trader before deciding whether to run deeper lifecycle, drawdown, or token-level analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesEthereum wallet address (0x...)
useToonFormatNoReturn data in compact toon format (default: true). Set to false for standard JSON.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.8.0

TDQS

A4/5.0
Behavior3/5

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

Annotations already cover the safety profile with readOnlyHint, idempotentHint, openWorldHint, and destructiveHint all set. The description adds 'fast' and the rough scope of returned data, which is useful, but it does not disclose behavioral caveats such as data freshness, defaults beyond the schema, or response shape. No contradiction with 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?

The description is two sentences with no filler. The primary capability is front-loaded, and the usage guidance follows immediately without redundancy or unnecessary detail.

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 two-parameter tool with strong annotations and no output schema, the description covers the purpose, approximate return content, and decision context well. It stops short of defining what exactly counts as 'top wins and losses' or what the lifecycle summary includes, but this is adequate for a demo/triage 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?

Schema description coverage is 100%, so both 'address' and 'useToonFormat' are already well documented in the input schema. The description adds only the word 'wallet', which maps to the address parameter, but does not contribute meaningful parameter semantics beyond the schema.

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 opens with a specific verb and resource ('Get a fast wallet briefing') and clearly states the returned content: 'lifecycle summary plus recent top wins and losses.' It also distinguishes its niche from deeper analysis by framing it as a demo/triage tool.

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 gives an explicit trigger condition: use when the user wants a quick read before deciding whether to run deeper lifecycle, drawdown, or token-level analysis. It does not name exact sibling tools or explicitly state when not to use it, but the 'quick read vs deeper analysis' contrast makes the intended usage 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/Coinversaa/mcp-server'

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