tool-mcp-server
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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_toolsA | List all available tools from tool-website, optionally filtered by category |
| get_tool_schemaA | Get detailed schema and description for a specific tool |
| execute_toolC | Execute a tool by type with inputs and optional config overrides |
| run_workflowC | Run a connected workflow of tools (nodes + edges) in topological order |
| tool_stringD | [basic] String Parameters:
|
| tool_numberD | [basic] Number Parameters:
|
| tool_jsonD | [basic] JSON Parameters:
Outputs:
|
| tool_fileD | [basic] File Parameters:
|
| tool_booleanD | [basic] Boolean Parameters:
|
| tool_hashD | [crypto] Hash Parameters:
Outputs:
|
| tool_hash_verifyC | [crypto] Hash Verify Parameters:
Outputs:
|
| tool_hmacC | [crypto] HMAC Parameters:
Outputs:
|
| tool_hmac_verifyC | [crypto] HMAC Verify Parameters:
Outputs:
|
| tool_cryptoD | [crypto] Crypto Parameters:
Outputs:
|
| tool_encodingD | [crypto] Encoding Parameters:
Outputs:
|
| tool_classic_cipherC | [crypto] Classic Cipher Parameters:
Outputs:
|
| tool_jwtD | [crypto] JWT Parameters:
Outputs:
|
| tool_json_formatC | [data] JSON Format Parameters:
Outputs:
|
| tool_json_pathD | [data] JSON Path Parameters:
Outputs:
|
| tool_json_stringifyD | [data] JSON Stringify Parameters:
Outputs:
|
| tool_json_parseC | [data] JSON Parse Parameters:
Outputs:
|
| tool_json_to_yamlA | [data] JSON to YAML Parameters:
Outputs:
|
| tool_yaml_to_jsonA | [data] YAML to JSON Parameters:
Outputs:
|
| tool_protobufD | [data] Protobuf Parameters:
Outputs:
|
| tool_jceD | [data] JCE Parameters:
Outputs:
|
| tool_base64_to_fileC | [data] Base64 To File Parameters:
Outputs:
|
| tool_file_to_base64C | [data] File To Base64 Parameters:
Outputs:
|
| tool_file_to_stringC | [data] File To String Parameters:
Outputs:
|
| tool_string_to_fileC | [data] String To File Parameters:
Outputs:
|
| tool_image_to_base64C | [image] Image to Base64 Parameters:
Outputs:
|
| tool_exif_viewerC | [image] EXIF Viewer Parameters:
Outputs:
|
| tool_image_compressD | [image] Image Compress Parameters:
Outputs:
|
| tool_image_editorC | [image] Image Editor Parameters:
Outputs:
|
| tool_qrcodeC | [image] QRCode Parameters:
Outputs:
|
| tool_qrcode_decodeC | [image] QRCode Decode Parameters:
Outputs:
|
| tool_meme_splitterC | [image] Meme Splitter Parameters:
Outputs:
|
| tool_image_coordinatesD | [image] Image Coordinates Parameters:
Outputs:
|
| tool_text_statsB | [text] Text Stats Parameters:
Outputs:
|
| tool_case_converterB | [text] Case Converter Parameters:
Outputs:
|
| tool_regexD | [text] Regex Parameters:
Outputs:
|
| tool_diffC | [text] Diff Parameters:
Outputs:
|
| tool_http_testerC | [dev] HTTP Tester Parameters:
Outputs:
|
| tool_crontabC | [dev] Crontab Parameters:
Outputs:
|
| tool_docker_converterD | [dev] Docker Converter Parameters:
Outputs:
|
| tool_whoisD | [dev] Whois Parameters:
Outputs:
|
| tool_uuidB | [utility] UUID Parameters:
Outputs:
|
| tool_totpD | [utility] TOTP Parameters:
Outputs:
|
| tool_colorD | [utility] Color Parameters:
Outputs:
|
| tool_base_converterC | [utility] Base Converter Parameters:
Outputs:
|
| tool_temperature_converterC | [utility] Temperature Parameters:
Outputs:
|
| tool_currencyC | [utility] Currency Parameters:
Outputs:
|
| tool_bmiA | [utility] BMI Parameters:
Outputs:
|
| tool_device_infoD | [viewer] Device Info Outputs:
|
| tool_office_viewerD | [viewer] Office Viewer Parameters:
Outputs:
|
| tool_timeD | [viewer] Time Parameters:
Outputs:
|
| tool_string_previewC | [viewer] String Preview Parameters:
|
| tool_json_previewD | [viewer] JSON Preview Parameters:
|
| tool_image_previewD | [viewer] Image Preview Parameters:
|
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 58 tools
Multiple tools have overlapping or unclear boundaries, such as tool_file_to_base64 vs tool_image_to_base64, tool_encoding vs tool_base_converter, and tool_json_format vs tool_json_stringify. The absence of explicit descriptions further hampers an agent's ability to distinguish between them.
The server mixes verb_noun meta-tools (list_tools, execute_tool) with noun-based utility tools (tool_hash, tool_json), and some tools include their category in the name while others do not. This inconsistency makes it difficult to predict tool names.
With 58 tools, the server is overloaded. Although it aims to be a general-purpose toolkit, the sheer number exceeds the 'too many' threshold and includes many trivial variations, making the set feel bloated.
The server covers a broad range of utility functions, but notable gaps exist such as image resizing, XML/HTML processing, and file system operations. These gaps are moderate and can be worked around for general use.