Skip to main content
Glama
tinhvqbk

memobot-mcp

by tinhvqbk

get_recording_summary

Retrieve the AI-generated summary of a recording by providing its audio ID. Get a concise overview without needing to review the full transcript.

Instructions

Returns the raw AI-generated summary feed for one audioId.

Unverified for the same reason as get_recording_transcript — the summary
text is reported to live in a "content" or "text" field of the response.

Args:
    audio_id: The recording's _id, from list_recordings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
audio_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries full burden. It discloses that the summary is unverified and suggests the field name ('content' or 'text'), but does not cover auth needs, rate limits, error cases, or other behavioral traits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the purpose, includes necessary details about unverified status and field location, and has a clear args section. It is concise but could trim the reference to another tool's description.

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 tool with one parameter and an output schema (not shown), the description provides the input source, output format hints, and accuracy note. It is complete enough for basic use.

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 sole parameter audio_id has 0% schema description coverage. The description adds meaning by stating it comes from list_recordings and is the recording's _id, providing context beyond the schema's 'Audio Id' title.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it returns the raw AI-generated summary feed for one audioId. The verb 'Returns' and specific resource 'raw AI-generated summary feed' are explicit. However, it does not differentiate from sibling tool get_recording_transcript beyond mentioning similarity.

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 implies usage by specifying the required audio_id from list_recordings, but does not provide when to use this tool versus alternatives like get_recording_transcript. No exclusions or context for when not to use.

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/tinhvqbk/memobot-mcp'

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