Skip to main content
Glama

create_cardnews_from_file

Converts subtitle files (.vtt/.srt/.txt) into a single 1080×1620 infographic card (HTML+PNG) using LLM-generated content and automated rendering.

Instructions

.vtt/.srt/.txt 자막 파일을 읽어 단일 카드뉴스(HTML + PNG)를 생성한다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filePathYes자막 파일 경로 (.vtt/.srt/.txt)
metadataNo
outputDirNo
modelNo
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It mentions reading files and generating output, but omits side effects (e.g., file creation, overwrite behavior), error handling, or access permissions.

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 a single, well-structured sentence that immediately conveys the tool's primary action and output format, with no redundant or extraneous information.

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

Completeness2/5

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

The description lacks critical details about parameters, return values, and operational behavior (e.g., file handling, output location). Given 4 parameters and no output schema, this is insufficient for reliable invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Only filePath benefits from additional context (subtitle file types). The other three parameters (metadata, outputDir, model) remain undocumented in both schema and description, failing to compensate for low schema coverage (25%).

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 tool reads subtitle files (.vtt/.srt/.txt) and generates a single card news (HTML+PNG), distinguishing it from siblings like batch processing or text input.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives (create_cardnews_batch, create_cardnews_from_text). Usage is implied by the name and description but lacks clear context or exclusionary instructions.

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/leedonwoo2827-ship-it/cardnews-mcp-server'

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