Skip to main content
Glama

Onvexia — Crypto Fundamentals, Sentiment & Onchain Tracking

Coverage · Social

get_social_coverage
Read-onlyIdempotent

How many assets actually clear the document floor that makes each social metric computable.

    Call this BEFORE quoting sentiment for an asset. A large corpus total
    does not mean sentiment works everywhere: attention is a power law and
    the documents pile onto BTC, so most assets stay uncomputable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bandNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint:false, covering the safety profile. The description adds useful behavioral context beyond those hints: sentiment may be uncomputable for most assets despite a large corpus total, and documents pile onto BTC. This helps an agent set expectations about sparse coverage.

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 compact and front-loaded: it opens with the tool's core purpose, then adds the call-timing rule, then the reason. Every sentence earns its place and there is no filler or repeated schema information.

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 optional-parameter tool with rich annotations, the description covers purpose and usage timing well. However, with no output schema, it does not describe the return shape, and the 'band' parameter is completely unexplained, so an agent cannot fully predict or customize the call.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has one parameter, 'band', with a default of 300 and no description, and schema description coverage is 0%. The tool description never mentions 'band', so the agent cannot know what it controls, its units, or how changing it affects the result. With zero compensation from the description, this is a serious gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states that the tool measures how many assets clear a document floor that makes social metrics computable, which is more specific than the title alone and points to a coverage-count result. It does not use a crisp imperative like 'returns' or 'lists', and the phrase 'document floor' is left undefined, so it falls short of a 5.

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?

It gives explicit temporal guidance: 'Call this BEFORE quoting sentiment for an asset.' It also explains why with the power-law/attention argument, which helps an agent decide when coverage matters. It does not explicitly name alternative tools or state when not to use it, so it misses the top score.

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.