We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KatoMato65/Time-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
prompts.md•705 B
# Prompts for Simple Time MCP
This document contains example prompts for using the Simple Time MCP server.
## Basic Usage Prompts
### Get Current Time
```
What time is it right now?
```
### Get Current Date
```
What's today's date?
```
### Get Full Date and Time
```
What's the current date and time?
```
## Advanced Usage
### Time Zone Queries
```
Get the current time in full format
```
### Date Formatting
```
Show me just the date, not the time
```
## Integration Examples
### In MCP Client Conversations
```
User: I need to know what time it is
Assistant: [Uses get_time tool with format="time"]
```
```
User: What day is it today?
Assistant: [Uses get_time tool with format="date"]
```