Skip to main content
Glama
zuperRuslana

Content Interviewer MCP

by zuperRuslana

save_content_asset

Store a Reel script, LinkedIn draft, caption, or tutorial outline for a content idea, keeping each version available for future review and reuse.

Instructions

Save a versioned Reel script, LinkedIn draft, caption, or tutorial outline for a content idea.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYes
idea_idYes
asset_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries full behavioral burden, and 'versioned' usefully signals that saves create versions rather than blindly overwrite. However, it does not disclose whether a new version is always appended, what happens to prior versions, or whether saving an asset affects the idea's status. The behavioral disclosure is meaningful but thin.

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?

A single front-loaded sentence: the verb 'Save' leads, and the asset-type enumeration is compact with no filler. Every element earns its place and the sentence is immediately scannable by an agent.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple 3-parameter tool with all-required fields, an enum, and an output schema present, the description covers the core operation and does not need to explain return values. Notable gaps are the missing guidance on tool selection among sibling tools and prerequisites such as whether the referenced content idea must already be saved. Adequate but not 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 0%, so the schema offers only bare names — 'Content', 'Idea Id' — plus the AssetType enum. The description partially compensates by clarifying that 'content' is a Reel script, LinkedIn draft, caption, or tutorial outline and that the asset belongs to a 'content idea' (the role of idea_id). It adds the 'versioned' concept but does not document idea_id format or any content constraints, so coverage gaps remain.

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 uses a specific verb ('Save') with a defined resource — 'versioned Reel script, LinkedIn draft, caption, or tutorial outline' — scoped to a content idea. The enumerated asset types make the tool's domain unambiguous and distinguish it from siblings like save_content_idea and save_interview_answer, though it does not name those alternatives explicitly.

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 the usage context — the agent has finished draft content for an existing content idea and wants to persist it as a versioned asset. However, it provides no explicit when-to-use guidance, prerequisites (e.g., whether the idea must already exist), or exclusions versus sibling tools such as save_content_idea or update_content_status. Usage context is implied rather than stated.

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/zuperRuslana/content-interviewer-mcp'

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