Skip to main content
Glama
MarkIvor

DataSearcher MCP

by MarkIvor

predict_trend

Predict future values by applying linear or polynomial regression to historical data from a database table. Choose forecast periods and model type to anticipate trends.

Instructions

Прогнозирование тренда (линейная/полиномиальная регрессия).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNomonth
model_typeNolinear
table_nameYes
date_columnYes
value_columnYes
forecast_periodsNo
polynomial_degreeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. First observedv1.0.0

TDQS

C2.6/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, but it only restates the regression/forecasting function. It does not reveal whether the tool writes anything, what data requirements or assumptions apply, how missing values are handled, or what the returned output looks like.

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

Conciseness3/5

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

The single sentence is front-loaded and contains no fluff, so it is concise. However, given seven parameters and a nontrivial forecasting task, this brevity is closer to under-specification than to appropriately sized documentation.

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 output schema exists but is not shown, and the text gives no context about required inputs, model calibration, or result interpretation. An agent with only this description would lack the information needed to call predict_trend correctly with the right table, columns, and forecast settings.

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

Parameters2/5

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

Parameter description coverage is 0%, and the description only hints at the model_type concept via 'linear/polynomial regression'. It leaves table_name, date_column, value_column, period, forecast_periods, and polynomial_degree semantically undocumented.

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 identifies a specific verb (forecasting) and a concrete resource (trend), and names the two model types (linear and polynomial regression). It clearly conveys the core task, though it does not explicitly differentiate the tool from sibling analytics tools like time_analysis or detect_anomalies.

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 guidance is provided about when to use predict_trend over sibling tools, nor about prerequisites such as needing a time-series table with a date column and a numeric value column. No exclusions or alternatives are mentioned, so an agent is left to infer the appropriate usage context.

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

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/MarkIvor/mcp-datasearcher'

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