My Little 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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_current_timeA | 현재 시간을 알려주는 도구입니다. 한국 시간(KST)으로 현재 날짜와 시간을 반환합니다. |
| get_random_numberB | 1부터 50 사이의 랜덤한 숫자를 하나 뽑아주는 도구입니다. |
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 2 tools
The two tools have completely distinct purposes: one returns the current time in KST, and the other generates a random number between 1 and 50. There is no overlap in functionality, making it impossible to confuse them.
Both tools follow a consistent verb_noun naming pattern (get_current_time and get_random_number), using snake_case and starting with 'get_' to indicate retrieval actions. This uniformity makes the set predictable and easy to understand.
With only two tools, the server feels thin and under-scoped for any meaningful domain, such as time or random number utilities. It lacks depth, offering basic functions without supporting operations like time conversion or number range adjustments.
Inferred as a utility server, the toolset is severely incomplete. For time-related functions, there are no tools for timezone conversion or formatting, and for random numbers, no tools to set custom ranges or generate sequences. This leaves obvious gaps in coverage.