← Back to search

@garoon/mcp-server

GitHub Actions Scanned 10d ago

The official MCP Server for Garoon

C
72.6 / 100

Versions

1.1.0latest
Feb 12, 2026
1.0.1
Oct 22, 2025
1.0.0
Oct 22, 2025
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 24

garoon-get-current-time
annotations: verified low

Get the current datetime in RFC 3339 format in Garoon.

readOnlyHint true openWorldHint false
garoon-get-users
annotations: verified low

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.

readOnlyHint true openWorldHint false
garoon-get-organizations
annotations: verified low

Get Garoon organization's name, ID, and code data by searching for organization names - supports pagination with optional limit and offset parameters.

readOnlyHint true openWorldHint false
garoon-get-bulletin-topics
annotations: verified low

Get bulletin board topics in a specific category from Garoon. Returns topic summaries with subject, updater, and update time.

readOnlyHint true openWorldHint false
garoon-get-bulletin-categories
annotations: verified low

Get bulletin board categories from Garoon. Use parentId to browse sub-categories. Special values: 1=root (default), -1=pending approval, -2=drafts.

readOnlyHint true openWorldHint false
garoon-get-schedule-event-comments
annotations: verified low

Get the list of comments on a Garoon schedule event, including each comment's author, creation datetime, body, and mentions. Supports optional limit and offset parameters for pagination.

readOnlyHint true openWorldHint false
success-tool
annotations: none low

A tool that succeeds

sync-error-tool
annotations: none low

A tool for testing error handling

value string
async-error-tool
annotations: none low

A tool for testing async error handling

value string
string-error-tool
annotations: none low

A tool that throws string

value string
invalid-output-tool
annotations: none low

A tool that returns an invalid result

value string
args-tool
annotations: none low

A tool that receives arguments

value string
config-tool
annotations: none low

A tool for verifying config

value string
failing-tool
annotations: none low

A tool whose handler always throws

value string
ok-tool
annotations: none low

A tool whose handler succeeds

value string
http-failing-tool
annotations: none low

A tool whose handler throws an HttpErrorResponse

value string
garoon-get-facilities
annotations: verified low

Get facilities data from Garoon by searching facility names with optional limit and offset parameters.

readOnlyHint true openWorldHint false
garoon-get-facilities-in-group
annotations: verified low

Get facilities that belong to a specific facility group with optional limit and offset parameters.

readOnlyHint true openWorldHint false
garoon-get-facility-groups
annotations: verified low

Get facility groups data from Garoon with optional limit and offset parameters.

readOnlyHint true openWorldHint false
garoon-get-schedule-events
annotations: verified low

Search for schedule events in a specified period in Garoon

readOnlyHint true openWorldHint false
garoon-create-schedule-event
annotations: verified low

Create a new schedule event in Garoon

readOnlyHint false openWorldHint false idempotentHint false destructiveHint false
garoon-search-available-times
annotations: verified low

Search for available time slots for specified attendee or facility within given time ranges in Garoon

readOnlyHint true openWorldHint false
garoon-get-users-in-organization
annotations: verified low

Get users from a specific organization with support for pagination parameters (limit, offset) in Garoon.

readOnlyHint true openWorldHint false
garoon-get-bulletin-topic
annotations: verified low

Get full details of a specific bulletin board topic from Garoon, including body content, attachments, public period, and metadata.

readOnlyHint true openWorldHint false

Permissions 2

network medium
Server uses network capabilities via: fetch()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 62

info
Tool 'garoon-search-available-times' annotations are consistent annotation_checker · 80%
info
Tool 'garoon-get-schedule-event-comments' annotations are consistent annotation_checker · 80%
info
Tool 'garoon-get-users-in-organization' annotations are consistent annotation_checker · 80%
info
Tool 'garoon-get-current-time' annotations are consistent annotation_checker · 80%
info
Tool 'garoon-get-users' annotations are consistent annotation_checker · 80%
info
Tool 'garoon-get-organizations' annotations are consistent annotation_checker · 80%
info
Tool 'garoon-get-bulletin-topics' annotations are consistent annotation_checker · 80%
info
Tool 'garoon-get-bulletin-categories' annotations are consistent annotation_checker · 80%
info
Tool 'garoon-get-bulletin-topic' annotations are consistent annotation_checker · 80%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
low
Tool 'failing-tool' has no annotations annotation_checker · 100%
low
Tool 'ok-tool' has no annotations annotation_checker · 100%
low
Tool 'http-failing-tool' has no annotations annotation_checker · 100%
info
Tool 'garoon-get-facilities' annotations are consistent annotation_checker · 80%
info
Tool 'garoon-get-facilities-in-group' annotations are consistent annotation_checker · 80%
info
Tool 'garoon-get-facility-groups' annotations are consistent annotation_checker · 80%
info
Tool 'garoon-get-schedule-events' annotations are consistent annotation_checker · 80%
info
Tool 'garoon-create-schedule-event' annotations are consistent annotation_checker · 80%
low
Tool 'args-tool' has no annotations annotation_checker · 100%
low
Tool 'config-tool' has no annotations annotation_checker · 100%
low
Tool 'success-tool' has no annotations annotation_checker · 100%
low
Tool 'sync-error-tool' has no annotations annotation_checker · 100%
low
Tool 'async-error-tool' has no annotations annotation_checker · 100%
low
Tool 'string-error-tool' has no annotations annotation_checker · 100%
low
Tool 'invalid-output-tool' has no annotations annotation_checker · 100%
medium
Vulnerable dependency: undici@8.5.0 (GHSA-4cwx-7wf7-3272) dependency_analyzer · 95%
medium
Vulnerable dependency: undici@8.5.0 (GHSA-8xcm-r25x-g524) dependency_analyzer · 95%
medium
Vulnerable dependency: undici@8.5.0 (GHSA-jr45-8vmc-qm54) dependency_analyzer · 95%
medium
Vulnerable dependency: undici@8.5.0 (GHSA-m8rv-5g2x-5cg5) dependency_analyzer · 95%
medium
Vulnerable dependency: undici@8.5.0 (GHSA-v3r7-h72x-cjcm) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: success-tool manifest_parser · 75%
info
Tool: sync-error-tool manifest_parser · 75%
info
Tool: async-error-tool manifest_parser · 75%
info
Tool: string-error-tool manifest_parser · 75%
info
Tool: invalid-output-tool manifest_parser · 75%
info
Tool: args-tool manifest_parser · 75%
info
Tool: config-tool manifest_parser · 75%
info
Tool: failing-tool manifest_parser · 75%
info
Tool: ok-tool manifest_parser · 75%
info
Tool: http-failing-tool manifest_parser · 75%
info
Tool: garoon-get-facilities manifest_parser · 75%
info
Tool: garoon-get-facilities-in-group manifest_parser · 75%
info
Tool: garoon-get-facility-groups manifest_parser · 75%
info
Tool: garoon-get-schedule-events manifest_parser · 75%
info
Tool: garoon-create-schedule-event manifest_parser · 75%
info
Tool: garoon-search-available-times manifest_parser · 75%
info
Tool: garoon-get-schedule-event-comments manifest_parser · 75%
info
Tool: garoon-get-users-in-organization manifest_parser · 75%
info
Tool: garoon-get-current-time manifest_parser · 75%
info
Tool: garoon-get-users manifest_parser · 75%
info
Tool: garoon-get-organizations manifest_parser · 75%
info
Tool: garoon-get-bulletin-topics manifest_parser · 75%
info
Tool: garoon-get-bulletin-categories manifest_parser · 75%
info
Tool: garoon-get-bulletin-topic manifest_parser · 75%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (1) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 15 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%