Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KINTONE_PASSWORDYesYour Kintone password
KINTONE_USERNAMEYesYour Kintone username
KINTONE_SUBDOMAINYesYour Kintone subdomain (e.g., 'mycompany' for 'mycompany.cybozu.com')

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
kintone_get_recordsA

Get multiple records from a Kintone app with query filtering, pagination, and field selection. ⚠️ Use 'kintone_list_apps' first to get available app IDs.

kintone_get_recordA

Get a single record from a Kintone app by record ID. ⚠️ Use 'kintone_list_apps' first to get available app IDs.

kintone_create_recordA

Create a new record in a Kintone app with field validation. ⚠️ Use 'kintone_list_apps' first to get available app IDs.

kintone_update_recordA

Update an existing record in a Kintone app with revision control. ⚠️ Use 'kintone_list_apps' first to get available app IDs.

kintone_delete_recordA

Delete a record from a Kintone app by ID with safety confirmation. ⚠️ Use 'kintone_list_apps' first to get available app IDs.

kintone_list_appsA

🔍 START HERE: List available Kintone apps with pagination support. Use this first to get app IDs for other operations.

kintone_get_appA

Get detailed information about a single Kintone app. ⚠️ Use 'kintone_list_apps' first to get available app IDs.

kintone_get_form_fieldsA

⭐ ESSENTIAL: Get field definitions, types, display names, and validation rules for a Kintone app. ⚠️ Use 'kintone_list_apps' first to get available app IDs.

kintone_get_viewsA

Get app view configurations for a Kintone app. ⚠️ Use 'kintone_list_apps' first to get available app IDs.

kintone_get_form_layoutA

Get form layout information for a Kintone app. ⚠️ Use 'kintone_list_apps' first to get available app IDs.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 10 tools

Disambiguation5/5

Each tool targets a distinct Kintone resource or operation—app listing, app details, records, form fields, layout, views, and CRUD for records. There is no overlap; descriptions clarify the purpose of each tool.

Naming Consistency5/5

All tools follow the consistent pattern 'kintone_verb_noun' (e.g., kintone_create_record, kintone_get_record, kintone_list_apps). No mixing of cases or inconsistent verb forms.

Tool Count5/5

With 10 tools, the set is well-scoped for a Kintone integration: covers app discovery, record CRUD, and metadata retrieval (fields, layout, views). This is appropriate for a 'lite' server.

Completeness4/5

The server covers the core workflow: listing apps, getting app details, record CRUD, and essential metadata (fields, layout, views). Minor gaps like bulk operations or file handling are acceptable for a lite version.

Maintenance

ActivityInactive
ResponsivenessNo issues