Skip to main content
Glama

RiverScript

Server Details

MCP server for RiverScript, an AI transcription platform - fetches transcripts shared via a link.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.9/5 across 1 of 1 tools scored.

Server CoherenceA
Disambiguation5/5

Only a single tool exists, so there is no possibility of confusion between tools. The purpose of get_shared_transcript is clearly defined and distinct.

Naming Consistency5/5

The tool name follows a clear and conventional verb_noun pattern (get_shared_transcript), which is consistent and predictable. Even with a single tool, the naming is exemplary.

Tool Count3/5

The server has only one tool, which feels thin for a product-named server like RiverScript, though it may serve a narrow purpose. A single-tool server is borderline; it would benefit from a few more related operations to feel well-rounded.

Completeness4/5

For the stated purpose of fetching public shared transcripts, the tool is functionally complete—it retrieves the full text and supports translations. However, there are minor gaps such as no metadata retrieval or listing of shared transcripts, which could be expected from a transcript-focused server.

Available Tools

1 tool
get_shared_transcriptGet a shared RiverScript transcriptA
Read-onlyIdempotent
Inspect

Fetch the full text of a transcript that someone has shared publicly from RiverScript, given its share link. Use this when the user pastes a riverscript.com/share/... link, or asks about the contents of one, so you can answer questions about the recording, summarise it, pull quotes, or translate it. Works for transcripts and for translations of transcripts. Only returns transcripts whose owner made them public; private, expired, or deleted links return nothing.

ParametersJSON Schema
NameRequiredDescriptionDefault
share_linkYesA RiverScript share link, for example https://riverscript.com/share/abc123. The bare share token on its own is also accepted.
Behavior5/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the operation is known to be safe. The description adds valuable behavioral context beyond that: it only returns public transcripts, works for translations too, and that invalid/non-public links return nothing. This clarifies edge-case behavior the agent needs to set expectations.

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 succinct and front-loaded with the core purpose. Each of the three sentences earns its place: the first defines what it does, the second gives usage scenarios, and the third covers access limitations. No redundant or filler language.

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?

For a simple one-parameter tool with no output schema, this description is complete. It explains the input, when to invoke it, what it returns, and important boundary conditions (public-only, private/expired/deleted return nothing). The annotations handle safety context, so nothing is missing from the agent's perspective.

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 input schema already provides a thorough description for share_link, including an example and a note that bare tokens are accepted (100% schema coverage). The description reinforces the parameter's role ('given its share link') and ties it to usage context, adding modest value over the schema alone.

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 fetches the full text of a publicly shared RiverScript transcript given its share link. It uses a specific verb ('Fetch') with a clear resource ('shared transcript') and the input ('share link'), leaving no ambiguity about the tool's function.

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

Usage Guidelines5/5

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

Explicitly instructs when to use: 'when the user pastes a riverscript.com/share/... link, or asks about the contents of one' and lists downstream tasks (summarise, pull quotes, translate). It also provides a when-not constraint: private, expired, or deleted links return nothing, which helps the agent decide when this tool will not be useful.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources