Skip to main content
Glama
garoon
by garoon

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
https_proxyNoHTTPSプロキシのURL(例: http://proxy.example.com:8080)
GAROON_BASE_URLYesGaroon環境のベースURL(例: https://example.cybozu.com/g)
GAROON_PASSWORDYesGaroonのログインパスワード
GAROON_USERNAMEYesGaroonのログイン名
GAROON_PUBLIC_ONLYNo非公開予定を除外するモード(デフォルト: false)
GAROON_PFX_FILE_PATHNoクライアント証明書(*.pfx)の絶対パス
GAROON_PFX_FILE_PASSWORDNoクライアント証明書のパスワード
GAROON_BASIC_AUTH_PASSWORDNoBasic認証のパスワード
GAROON_BASIC_AUTH_USERNAMENoBasic認証のユーザー名

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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