Skip to main content
Glama
johanthoren

ParrotScribe MCP Server

by johanthoren

pscribe_new

Start a new transcription session to create a clean session boundary, and get confirmation with a new session ID.

Instructions

Force start a new transcription session. Use when you want a clean session boundary. Returns confirmation with new session ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the burden. It reveals that the tool 'force starts' a new session (implying a reset), and discloses the return value ('confirmation with new session ID'). However, it does not explicitly state side effects like terminating an ongoing session, which could be important.

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?

Two sentences, front-loaded with the action, no redundant wording. Every word adds value, making it both concise and well-structured.

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?

Given the tool's zero parameters and no output schema, the description covers purpose, usage context, and return value. This is sufficient for a low-complexity tool, leaving no critical gaps for an agent to select and invoke it.

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 100% schema coverage (vacuously), so the baseline is 4. The description does not need to add parameter details, and none are expected for this simple tool.

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 states a specific verb ('Force start') and resource ('new transcription session'), clearly distinguishing it from sibling tools like pscribe_start by adding the 'clean session boundary' nuance. This makes the purpose unambiguous.

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 says when to use it: 'Use when you want a clean session boundary.' It does not name alternatives or exclusions, but the context is clear and the sibling tools imply the difference from normal start.

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/johanthoren/parrotscribe-mcp'

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