Skip to main content
Glama
slider79

Vellum

by slider79

Score readability

score_readability

Assess text readability with Flesch reading ease and grade level, plus identify the longest sentence that often hurts scores.

Instructions

Score how hard a piece of text is to read, using Flesch reading ease and a grade level, with a plain description of what the number means. Also reports the longest sentence, which is usually the reason prose scores badly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe prose to score.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It goes beyond a simple one-liner by explaining not only the metrics (Flesch ease, grade level) but also that it provides a plain-language interpretation of the number and reports the longest sentence as a likely cause of poor readability. This gives the agent a clear picture of what the tool does and what it outputs, though it does not mention every detail (e.g., range of scores or edge cases).

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 two sentences with zero filler. The main purpose is front-loaded ('Score how hard a piece of text is to read'), followed by the specific metrics and an additional behavior (longest sentence). Every sentence earns its place and the structure is highly efficient.

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

Completeness4/5

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

Given there is no output schema, the description does a good job of explaining what the tool returns: Flesch score, grade level, plain language interpretation, and longest sentence. This is sufficient for an agent to understand the tool's behavior and call it correctly. It could be more complete by specifying numeric ranges or examples, but those are not strictly necessary for correct invocation.

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%: the only parameter 'text' is described as 'The prose to score.' The description adds minimal semantic value beyond this, only referring to 'a piece of text' and 'prose' again. Since the schema fully documents the parameter, a baseline score of 3 is appropriate.

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 clearly states the tool's function: scoring how hard a text is to read, with specific metrics (Flesch reading ease and grade level). It also distinguishes itself from all sibling tools (count, diff, regex, hash) by focusing on readability assessment. The verb 'score' and resource 'a piece of text' are specific and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage through its purpose: use this when you need readability metrics for prose. However, it does not explicitly state when to use this tool versus alternatives, nor does it mention exclusions or specific conditions. Since the sibling tools are clearly different (counting, diffing, regex testing, hashing), the intended use is inferable but not explicitly articulated.

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/slider79/vellum-mcp'

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