Skip to main content
Glama

ethereum-tools

by 0xGval

searchTwitter

Search Twitter for Ethereum-related content by specifying queries, filters like retweets, likes, replies, date ranges, and language. Use this tool to analyze trends, monitor discussions, and gather insights directly within the Ethereum-tools MCP server.

Input Schema

NameRequiredDescriptionDefault
end_dateNo
languageNo
limitNo
min_likesNo
min_repliesNo
min_retweetsNo
queryYes
sectionNolatest
start_dateNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "end_date": { "type": "string" }, "language": { "type": "string" }, "limit": { "default": 10, "exclusiveMinimum": 0, "type": "integer" }, "min_likes": { "type": "integer" }, "min_replies": { "type": "integer" }, "min_retweets": { "type": "integer" }, "query": { "minLength": 1, "type": "string" }, "section": { "default": "latest", "enum": [ "latest", "top" ], "type": "string" }, "start_date": { "type": "string" } }, "required": [ "query" ], "type": "object" }

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/0xGval/evm-mcp-tools'

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