MCP-Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TAVILY_API_KEY | Yes | Tavily API key for web search |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_searchC | Search the web for information about the given query |
| roll_diceC | Roll the dice with the given notation |
| shorten_urlB | Shorten a URL using multiple services. Supports custom aliases and collections. |
| shorten_url_batchC | Shorten multiple URLs at once. Separate URLs with newlines or commas. |
| validate_urlB | Validate if a URL is properly formatted and reachable |
| get_url_metadataB | Extract metadata from a URL including title, description, and other information |
| check_url_safetyC | Check if a URL is safe and identify potential security risks |
| generate_qr_codeC | Generate a QR code for a URL and return it as base64 encoded image |
| expand_urlC | Expand a shortened URL to see its final destination |
| create_url_collectionC | Create a new URL collection for organizing shortened URLs |
| list_my_urlsB | List saved URLs with optional filtering by collection or tags |
| search_urlsB | Search through saved URLs by title, description, or original URL |
| list_collectionsB | List all URL collections |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 13 tools
Most tools have distinct purposes, but 'check_url_safety' and 'validate_url' overlap in URL checking, and 'roll_dice' is entirely unrelated to URL management, causing confusion.
All tools use a consistent verb_noun pattern in snake_case (e.g., 'shorten_url', 'list_collections'), making the naming predictable and clear.
13 tools is slightly high for a URL management server, especially with the inclusion of an irrelevant dice-rolling tool and a generic web search tool that could be considered out of scope.
The server covers core URL operations like shortening, expanding, and safety checks, but lacks basic CRUD operations such as deleting or updating URLs and collections, leaving notable gaps.