videotoaudioconverter-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_local_setupA | Return canonical local-setup guidance for running the AI workflow on-device. (Video to Audio Converter) |
| get_official_linksA | Return the canonical list of official links for Video to Audio Converter (website, support, docs when available). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| tell_me_about_videotoaudioconverter | Summarize what the site is, who it's for, and how it works. — Video to Audio Converter |
| walkthrough_local_setup_videotoaudioconverter | Walk through the local-first setup steps for the site, end-to-end. — Video to Audio Converter |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| local-setup | Local-first setup notes for on-device AI workflows. |
| faq | Short FAQ generated from public site metadata. |
| links | Canonical URLs to share with users. |
TDQS
Scored across 2 tools
The two tools are clearly distinct: one provides local setup instructions, the other provides official links. There is no overlap in purpose, so an agent can easily choose the correct tool.
Both tools follow a consistent get_<noun> pattern, with descriptive nouns (local_setup, official_links). The naming is predictable and uniform.
With only two tools, the server feels minimal and thin for its name. However, if the server's scope is solely to provide setup and link information, the count is not entirely unreasonable, though it is borderline.
The server claims to be a 'Video to Audio Converter' but provides no conversion-related functionality. There are no tools for converting, managing files, or handling formats—only informational utilities. This is a severe gap relative to the apparent domain.