Skip to main content
Glama

crypto-sentiment-mcp

get_sentiment_balance

Analyze the sentiment balance of a cryptocurrency by calculating the difference between positive and negative sentiment over a specified period. Ideal for monitoring market sentiment trends.

Instructions

Retrieve the sentiment balance (sentiment_balance_total) for a given asset.

Parameters:

  • asset (str): The cryptocurrency slug (e.g., "bitcoin", "ethereum"). Required.
  • days (int): Number of days to calculate the average sentiment balance, defaults to 7.

Usage:

  • Use this tool to get the average sentiment balance (positive minus negative sentiment) over a period.

Returns:

  • A string with the average sentiment balance (e.g., "Bitcoin's sentiment balance over the past 7 days is 12.5").

Input Schema

NameRequiredDescriptionDefault
assetYes
daysNo

Input Schema (JSON Schema)

{ "properties": { "asset": { "title": "Asset", "type": "string" }, "days": { "default": 7, "title": "Days", "type": "integer" } }, "required": [ "asset" ], "title": "get_sentiment_balanceArguments", "type": "object" }

You must be authenticated.

Other Tools from crypto-sentiment-mcp

Related Tools

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/kukapay/crypto-sentiment-mcp'

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