Skip to main content
Glama
speakai

Speak AI MCP Server

Official
by speakai

Clone Recorder

clone_recorder

Create a duplicate of an existing recorder, preserving all settings and questions for reuse in similar recording workflows.

Instructions

Duplicate an existing recorder including all its settings and questions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoName for the cloned recorder
folderIdNoFolder for the cloned recorder
recorderIdYesID of the recorder to clone
descriptionNoDescription for the cloned recorder

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoResponse payload from the Speak AI API
Behavior4/5

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

Annotations already indicate non-read-only, non-idempotent, non-destructive. The description adds value by specifying the duplication includes 'all its settings and questions', clarifying the scope of cloning. It does not contradict annotations.

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?

Single sentence, front-loaded with the key action, no extraneous words. Efficiently conveys the tool's function.

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 simple clone tool, the description and schema cover core purpose and inputs. However, it lacks details on default folder behavior and return value. Output schema exists so return value is not required, but some behavioral details (e.g., name uniqueness) are absent.

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?

The input schema has 100% parameter coverage with clear descriptions. The description reinforces the duplication purpose but adds no new information beyond the schema. Baseline 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 verb 'duplicate' and the resource 'recorder', and specifies that it includes all settings and questions. This distinguishes it from related tools like create_recorder or clone_folder.

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 provides the basic purpose but does not explicitly guide when to use this tool over alternatives like create_recorder. It implies reuse for existing recorders but lacks explicit when-not-to-use or alternative 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/speakai/speakai-mcp'

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