Skip to main content
Glama
youngminsw

Origin Pro MCP Server

by youngminsw

frequency_count

Groups numeric data from a column into histogram bins and returns frequency counts, bin endpoints, and cumulative totals.

Instructions

Histogram-style frequency counts for one column.

Args: bin_min: lowest bin start bin_max: highest bin end bin_size: bin width (increment)

Returns: JSON list of {center, end, count, cumulative}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
data_bookYes
data_sheetYes
colYes
bin_minYes
bin_maxYes
bin_sizeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must disclose behavioral traits. It mentions the output structure (JSON list with center, end, count, cumulative), which is helpful, but does not indicate side effects, permissions needed, or whether the tool modifies data. This is minimally adequate for a read-only tool.

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 description is short and front-loaded with purpose, but the parameter list covers only half the params, making it inadequate. Every sentence is useful but incomplete.

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 tool has 6 required parameters and no annotations, the description is insufficient. It fails to explain three essential parameters (data_book, data_sheet, col) and does not provide context about selecting data sources, which is crucial for correct invocation.

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?

Schema coverage is 0%, so the description must explain all parameters. It only explains bin_min, bin_max, and bin_size, ignoring data_book, data_sheet, and col. These three are critical for specifying the data source and column, and their omission leaves the agent guessing.

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

Purpose5/5

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

The description explicitly states it produces 'Histogram-style frequency counts for one column,' which clearly defines the tool's purpose and distinguishes it from siblings that perform other statistical operations like curve_fit or column_statistics.

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 on when to use this tool versus alternatives such as column_statistics or compare_means. The description lacks context about prerequisites, data preparation, or scenarios where this tool is appropriate.

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/youngminsw/Origin-Pro-MCP'

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