Skip to main content
Glama
iTechSmartINC

iTechSmart MCP Server

deepgram_blog_audio

Convert blog posts to MP3 audio with Deepgram TTS. Saves to blog-audio/ and returns the MP3 URL and filename, with a ProofLink receipt.

Instructions

Generate MP3 audio version of a blog post via Deepgram TTS. Saves to blog-audio/ directory. Returns mp3_url and filename. Seals a ProofLink receipt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesBlog post title
contentYesBlog post content (markdown OK, stripped automatically)
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses the output directory (blog-audio/), return fields (mp3_url and filename), and the side effect of sealing a ProofLink receipt. Additional details like auth or error behavior are absent, but the core behavior is well covered.

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 four short, information-dense sentences with no filler or redundancy. It is front-loaded with the primary action and then lists side effects and outputs.

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 low-complexity tool with 2 parameters and no output schema, the description covers what it does, where it saves output, and what it returns. The 'Seals a ProofLink receipt' adds context but could be clearer; still, overall it is sufficiently complete.

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?

Schema description coverage is 100%, and the schema already describes title and content well. The tool description doesn't add extra parameter-specific meaning, so the baseline of 3 applies.

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 a specific verb and resource: 'Generate MP3 audio version of a blog post via Deepgram TTS.' It also specifies the save location and return values, distinguishing it from generic TTS tools like deepgram_tts.

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?

Usage is implied by the description: use when you need an MP3 of a blog post. However, there is no explicit comparison to sibling tools like deepgram_tts, nor any when-not-to-use 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/iTechSmartINC/mcp-server'

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