garoon-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| https_proxy | No | HTTPSプロキシのURL(例: http://proxy.example.com:8080) | |
| GAROON_BASE_URL | Yes | Garoon環境のベースURL(例: https://example.cybozu.com/g) | |
| GAROON_PASSWORD | Yes | Garoonのログインパスワード | |
| GAROON_USERNAME | Yes | Garoonのログイン名 | |
| GAROON_PUBLIC_ONLY | No | 非公開予定を除外するモード(デフォルト: false) | |
| GAROON_PFX_FILE_PATH | No | クライアント証明書(*.pfx)の絶対パス | |
| GAROON_PFX_FILE_PASSWORD | No | クライアント証明書のパスワード | |
| GAROON_BASIC_AUTH_PASSWORD | No | Basic認証のパスワード | |
| GAROON_BASIC_AUTH_USERNAME | No | Basic認証のユーザー名 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| garoon-create-schedule-eventB | Create a new schedule event in Garoon |
| garoon-get-schedule-eventsC | Search for schedule events in a specified period in Garoon |
| garoon-search-available-timesB | Search for available time slots for specified attendee or facility within given time ranges in Garoon |
| garoon-get-facilitiesA | Get facilities data from Garoon by searching facility names with optional limit and offset parameters. |
| garoon-get-facility-groupsC | Get facility groups data from Garoon with optional limit and offset parameters. |
| garoon-get-facilities-in-groupA | Get facilities that belong to a specific facility group with optional limit and offset parameters. |
| garoon-get-current-timeA | Get the current datetime in RFC 3339 format in Garoon. |
| garoon-get-usersA | Get user data (name, ID, code) from Garoon by searching name/code. IMPORTANT: Omit name parameter for self-referential queries ('me', 'my', 'I', 'myself', 私, 僕, 自分) to return current user info. Supports pagination. |
| garoon-get-organizationsA | Get Garoon organization's name, ID, and code data by searching for organization names - supports pagination with optional limit and offset parameters. |
| garoon-get-users-in-organizationA | Get users from a specific organization with support for pagination parameters (limit, offset) in Garoon. |
| garoon-get-bulletin-categoriesA | Get bulletin board categories from Garoon. Use parentId to browse sub-categories. Special values: 1=root (default), -1=pending approval, -2=drafts. |
| garoon-get-bulletin-topicsC | Get bulletin board topics in a specific category from Garoon. Returns topic summaries with subject, updater, and update time. |
| garoon-get-bulletin-topicB | Get full details of a specific bulletin board topic from Garoon, including body content, attachments, public period, and metadata. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/garoon/garoon-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server