Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_CLIENT_ID | Yes | Your Google OAuth2 client ID | |
| GOOGLE_REDIRECT_URI | No | The OAuth2 redirect URI | http://localhost:3000/oauth2callback |
| GOOGLE_CLIENT_SECRET | Yes | Your Google OAuth2 client secret |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_slide | Create a new slide in a Google Slides presentation |
| add_rectangle | Add a rectangle to a slide with 20% of slide dimensions |
| get_presentation_info | Get information about a Google Slides presentation |
| list_slides | List all slides in a Google Slides presentation |
| get_auth_url | Get the OAuth2 authorization URL for Google Slides access |
| authenticate | Complete OAuth2 authentication with authorization code |