Skip to main content
Glama

list_entity_mentions

Retrieve a timeline of editorial mentions for any crypto entity, including sentiment score and article linkback. Reconstruct the narrative arc around a chain, project, person, or ticker over time.

Instructions

Timeline of editorial mentions for an entity — sentiment score, sentiment bucket, and article linkback per mention. Required field: 'slug' (entity slug). Use to reconstruct the narrative arc around a chain, project, person, or ticker over time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesEntity slug (chain, project, person, ticker).
limitNoMax mentions (default 20, max 200).
sinceNoISO 8601 lower bound for published_at.
Behavior4/5

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

The description discloses the return fields (sentiment, bucket, linkback) and implies a read-only operation, which is sufficient given no annotations. However, it could mention ordering (likely chronological) and any pagination behavior.

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?

Two sentences: the first describes the output, the second states the required parameter and use case. No redundancy, front-loaded with key information.

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 list tool with good schema and no output schema, it adequately describes the outputs and required input. It misses explicit mention of sorting order or pagination limits, but these are inferable or covered by the parameter defaults.

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 coverage is 100% with clear descriptions for each parameter. The description reinforces that 'slug' is required but adds no new semantic information beyond what the schema provides.

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 clearly states it provides a timeline of editorial mentions with sentiment score, bucket, and article linkback, differentiating it from other tools that might aggregate sentiment or provide single articles.

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 specifies the required field 'slug' and suggests usage for reconstructing narrative arcs, giving good context for when to use, though it doesn't explicitly exclude alternative tools or mention when not to use.

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/blockchainacademics/bca-mcp-python'

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