Skip to main content
Glama

predict_score

Score trajectory: current, 7d, 14d, 30d, 60d, 90d with trend.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_idNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.3/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It discloses that the tool outputs a trajectory with specific time points and a trend, but it omits crucial behavior such as whether the operation is read-only, what data sources are used, or any limitations. This is insufficient for an agent to understand side effects or context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence that efficiently lists the time horizons and trend. It is appropriately concise for a simple tool, though the lack of detail limits usefulness. No wasted words, but the terseness borders on under-specification.

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?

The tool has only one parameter and no annotations or output schema, but the description still leaves critical gaps: what 'score' refers to, how entity_id should be formatted, and what the response structure looks like. Given the numerous similar sibling tools, this lack of context makes the tool difficult to select and invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter, entity_id, is not explained in the description at all. With 0% schema description coverage, the meaning of entity_id remains completely undefined, leaving the agent to guess what identifier to provide. The description fails to add any value beyond the bare schema property.

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

Purpose3/5

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

The description 'Score trajectory: current, 7d, 14d, 30d, 60d, 90d with trend' indicates the tool provides a score over time intervals, but it does not specify what entity or score type it applies to. It is distinguishable from siblings like predict_article and predict_entity only by the generic term 'score', leaving ambiguity about the resource being scored.

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?

No usage guidance is provided. The description does not state when to use this tool instead of alternatives like trend_analysis or risk_forecast, nor does it mention prerequisites or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.6/5.0
Disambiguation3/5

Tools like deadline_risk, early_warning, and evidence_decay have overlapping concerns about deadlines and warnings, though descriptions provide some distinction. Similarly, predict_article, predict_entity, and predict_score all cover predictions but differ in scope. Some ambiguity remains.

Naming Consistency3/5

All names use snake_case, but the naming pattern mixes verb phrases (predict_article, trend_analysis) with noun phrases (deadline_risk, health_check), lacking a consistent verb_noun or noun_verb structure. This inconsistency can confuse an agent.

Tool Count5/5

12 tools is well within the optimal 3-15 range for a specialized predictive analytics server. Each tool appears to serve a distinct function without unnecessary bloat or deficiency.

Completeness4/5

The tool set covers core predictive needs: deadlines, warnings, decay, scores, scenarios, trends, and remediation velocity. Missing are raw data access or configuration tools, but for a read-only prediction server, the surface is reasonably complete.

Resources