elfa_keyword_mentions
Track and analyze keyword mentions across specified timeframes and sources to monitor crypto market trends and sentiment on the CG Alpha MCP server.
Instructions
Multi-keyword mentions. Params: keywords (array|string), start, end, chain, limit, cursor, sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | ||
| cursor | No | ||
| end | No | ||
| keywords | No | ||
| limit | No | ||
| sources | No | ||
| start | No |
Input Schema (JSON Schema)
{
"properties": {
"chain": {
"type": "string"
},
"cursor": {
"type": "string"
},
"end": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"limit": {
"type": "number"
},
"sources": {
"type": "string"
},
"start": {
"type": "string"
}
},
"type": "object"
}