Skip to main content
Glama

get_sentiment_insights

Analyze sentiment breakdown across apps, categories, and time periods using AI classification to identify positive, neutral, and negative feedback patterns.

Instructions

Get sentiment analysis breakdown (positive/neutral/negative) by app, category, and time period. Powered by AI classification.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoTime period: 7d, 30d, 90d, all (default: 30d)
app_idNoFilter by app ID (optional)

Implementation Reference

  • The handler for get_sentiment_insights which calls the analytics sentiment API.
    case "get_sentiment_insights": {
      const query = {};
      if (args?.period) query.period = args.period;
      if (args?.app_id) query.app_id = args.app_id;
      result = await apiRequest("GET", "/v1/analytics/sentiment", { query });
      break;
    }
  • The schema definition for get_sentiment_insights.
      name: "get_sentiment_insights",
      description:
        "Get sentiment analysis breakdown (positive/neutral/negative) by app, category, and time period. Powered by AI classification.",
      inputSchema: {
        type: "object",
        properties: {
          period: {
            type: "string",
            description: "Time period: 7d, 30d, 90d, all (default: 30d)",
          },
          app_id: {
            type: "string",
            description: "Filter by app ID (optional)",
          },
        },
      },
    },
Behavior2/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 states the tool is 'Powered by AI classification,' hinting at automated analysis, but doesn't cover critical aspects like whether it's read-only, requires permissions, has rate limits, or what the output format entails. For a tool with no annotation coverage, this leaves significant gaps in understanding its 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?

The description is highly concise and front-loaded, consisting of a single sentence that directly states the tool's function and an additional clarifying phrase. Every word earns its place, with no redundant information, making it efficient and easy to parse.

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

Completeness2/5

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

Given the lack of annotations and output schema, the description is incomplete for a tool that performs sentiment analysis. It doesn't explain the return values (e.g., breakdown format), error conditions, or behavioral constraints like data freshness or access requirements. For a tool with no structured output information, this leaves the agent under-informed.

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 description coverage is 100%, so the input schema fully documents the two parameters ('period' and 'app_id'). The description adds marginal value by implying analysis across 'app, category, and time period,' which aligns with parameters but doesn't provide additional syntax or format details beyond the schema. This meets the baseline for high schema coverage.

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

Purpose4/5

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

The description clearly states the tool's purpose: 'Get sentiment analysis breakdown (positive/neutral/negative) by app, category, and time period.' It specifies the verb ('Get'), resource ('sentiment analysis breakdown'), and dimensions of analysis. However, it doesn't explicitly differentiate from sibling tools like 'get_conversation' or 'list_conversations' that might also involve sentiment-related data, keeping it from a perfect score.

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?

The description provides no guidance on when to use this tool versus alternatives. It mentions 'by app, category, and time period' but doesn't specify prerequisites, exclusions, or compare to siblings like 'get_conversation' for detailed sentiment. Without explicit usage context, the agent lacks direction on tool selection.

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/Stig-Johnny/cutie-mcp'

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