Skip to main content
Glama
AlastorMordrek

EarSay MCP

voice_get_new

Retrieve newly transcribed speech since the last checkpoint, returning the text and a checkpoint index to track and process only new content.

Instructions

Get text transcribed since the last checkpoint.

Returns the new text and its potential checkpoint index. Use voice_set_checkpoint to mark what you've already read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the burden of disclosure. It transparently reveals that the tool does not auto-advance the checkpoint (by instructing to use set_checkpoint) and returns a 'potential checkpoint index' for later use. This conveys key read-only behavior implicitly, though it doesn't mention error handling 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 short, front-loaded sentences. Every sentence adds value: the first states the core purpose, the second explains the return content and points to the companion tool. No wasted words.

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?

For a no-argument tool with an output schema, the description covers the main behavior and workflow sufficiently. It explains what is returned (new text and checkpoint index) and how to integrate with set_checkpoint. Lacks details about no-checkpoint behavior but that is a minor edge case given the output schema exists.

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

Parameters4/5

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

The tool has zero parameters and the schema coverage is 100% effectively. The baseline for zero parameters is 4, and the description adds relevant context about the checkpoint index which relates to the tool's behavior rather than parameters, so no deduction is needed.

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 'Get text transcribed since the last checkpoint.' This specifies a unique verb and resource, and distinguishes it from sibling tools like voice_get_text (which likely returns all text) by anchoring on the checkpoint mechanism.

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

Usage Guidelines4/5

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

The description explicitly instructs using voice_set_checkpoint to mark read content, providing a clear workflow. It doesn't explicitly mention when not to use, but the pointer to the complementary sibling tool gives solid contextual guidance.

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/AlastorMordrek/earsay-mcp'

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