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')

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
kintone_get_records

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_record

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

kintone_create_record

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

kintone_update_record

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

kintone_delete_record

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

kintone_list_apps

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

kintone_get_app

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

kintone_get_form_fields

⭐ 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_views

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

kintone_get_form_layout

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

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/luvl/mcp-kintone-lite'

If you have feedback or need assistance with the MCP directory API, please join our Discord server