---
title: "Get Recorder Info"
description: "Get detailed information about a specific recorder including its settings and questions."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Recorder Info

Use the Speak AI MCP server tool `get_recorder_info` to get detailed information
about a specific recorder including its settings and questions.

## What does it do?

Get detailed information about a specific recorder including its settings and
questions.

## Parameters

`get_recorder_info` takes 1 parameter, all of them required.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `recorderId` | string | Yes | Unique identifier of the recorder |

## Behaviour

The Speak AI MCP server publishes these behaviour hints for `get_recorder_info`.

- Only reads data. Does not modify your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call is safe.
- Stays inside Speak AI. Does not reach other systems.

## Related

- [Recorders & surveys](/mcp/tools/recorders-surveys/) lists the rest of the
  Recorders & surveys category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/recorders-surveys/get_recorder_info/index.mdx
