Skip to main content
Glama

Server Details

Text to speech for your AI.

Your AI can send text to Doc Player to read it aloud. You will see a reader window with the text and you can control the playback sentence by sentence.

Find an example here: https://documentplayer.com/connect-ai/

Ownership verified
Status
Healthy
OAuth
Works in Glama
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of misselection or overlapping purpose. The tool's action (send text to the Doc Player reader) is unambiguous.

Naming Consistency5/5

A single snake_case verb_phrase name (send_to_doc_player) is clear and predictable. There are no other names to conflict with.

Tool Count3/5

The server has a very narrow purpose, so one tool is defensible, but a single tool is thin for anything resembling a usable surface. It sits at the borderline rather than being well-scoped.

Completeness3/5

The push-to-reader action is covered, but there is no way to check playback status, stop, clear, or otherwise manage the reader session, leaving the agent with a dead end after sending. These gaps are notable though an agent can still operate without them.

Available Tools

1 tool
send_to_doc_playerSend to Doc PlayerAInspect

Send text to the user’s Doc Player browser reader. It opens in focus mode and uses live speech. Returns a private reader link; does not open a browser or confirm playback. New passages also appear in an open reader.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesThe exact text the user wants to hear.
titleNoA short title for the passage.
request_idNoReuse this unique ID when retrying the same passage to avoid sending it twice.

TDQS

A4.1/5.0
Behavior4/5

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

Goes well beyond the annotations (readOnlyHint=false, destructiveHint=false, idempotentHint=false) by disclosing the focus-mode/live-speech rendering, that it returns a private reader link, that it will not open a browser or confirm playback, and that new passages appear in an already-open reader. These are exactly the side-effect expectations an agent needs for a non-idempotent send operation.

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?

Three tight sentences, front-loaded with the primary action and followed by the delivery constraints. No filler or restatement of the title.

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

Completeness5/5

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

With no output schema, the description compensates by explaining what is returned (a private reader link) and, critically, what is NOT returned (no playback confirmation, no browser opening). Nothing needed to invoke it correctly is missing.

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%, including the non-obvious request_id retry semantics ('Reuse this unique ID when retrying the same passage'), so the schema carries the parameter burden. The description adds no parameter-level detail beyond that, which is the correct baseline when the schema is complete.

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?

States a specific verb (send) and resource (text to the user's Doc Player browser reader), then immediately clarifies the mode (focus mode, live speech). An agent knows exactly what the tool does without opening the schema.

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?

Usage is implied by the description of the effect rather than stated as when-to-use guidance, and there are no siblings to differentiate from. The note that it 'does not open a browser or confirm playback' helps set expectations but is framed as behavior, not selection guidance.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • First observedsend_to_doc_player

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources