Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| READ_AI_API_KEY | No | API key for Read.AI platform (required for download_meeting_data tool) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_current_datetime | Get the current date and time in the specified timezone and format.
Args:
timezone_name: Timezone name (e.g., "UTC", "US/Eastern", "Europe/London", "America/Sao_Paulo")
format_type: Format type ("iso", "readable", "timestamp", "custom")
Returns:
Current datetime in the requested format |
| calculate_time_difference | Calculate the time difference between two datetimes or from a start time to now.
Args:
start_datetime: Start datetime in ISO format (YYYY-MM-DD HH:MM:SS or YYYY-MM-DDTHH:MM:SS)
end_datetime: End datetime in ISO format (optional - defaults to current time)
timezone_name: Timezone for interpretation (default: UTC)
Returns:
Time difference with detailed breakdown |
| download_meeting_data | Download meeting transcript and/or summary from Read.AI.
Args:
meeting_id: Read.AI meeting ID
include_transcript: Whether to download the full transcript (default: True)
include_summary: Whether to download the meeting summary (default: True)
Returns:
Meeting data in formatted text or JSON structure |
| util_server_status | Check the status of all utility server integrations.
Returns:
Status report of available utilities and their configuration |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |