Skip to main content
Glama
ColinEdw

fomo-mcp

by ColinEdw

fomo_token_thesis

Generate a token investment thesis from on-chain data. Provide token address and network ID to get actionable insights with configurable thresholds.

Instructions

Thesis posts for a token

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
networkIdYes
thresholdNo
tokenAddressYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

D1.5/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not state whether this is a read-only operation, what inputs trigger side effects, what the output contains, or any other behavioral trait.

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

Conciseness2/5

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

The description is extremely short, but this is under-specification rather than effective conciseness. It is a fragment with no sentence structure, no front-loaded actionable information, and no explanation of what the tool actually does.

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

Completeness1/5

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

Given four undocumented parameters, no annotations, and no output schema, the description is completely inadequate. An agent cannot determine prerequisites, expected inputs, return values, or how this tool differs from fomo_token_sorted_thesis.

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?

Schema description coverage is 0%, and the description does not explain any of the four parameters. tokenAddress, networkId, limit, and threshold are entirely undocumented in prose, making it impossible to know how to populate them correctly.

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

Purpose2/5

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

The description 'Thesis posts for a token' is essentially a restatement of the tool name and lacks a verb or action. It does not clearly say what operation the tool performs, nor does it differentiate from the sibling fomo_token_sorted_thesis.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus any sibling, such as fomo_token_details or fomo_token_sorted_thesis. The description provides no context for choosing this tool over alternatives.

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