Kintone
Authentication: password authentication. See Magic Link for the runtime auth flow.
Sample use cases
- List records in the
Customer Requestsapp where status isOpenand priority isHigh. - Add a record to the
Bug Trackerapp for each row in this triage doc. - Find apps in the
Engineeringspace and pull their record counts.
Available Tools
Get general information of a Kintone app including name, description, Space, creator and updater info.
List Kintone apps with optional filters by IDs, codes, name, or Space IDs. Supports pagination.
Get the list of fields and field settings of a Kintone app. Returns field codes, types, labels, and configuration.
Get the field layout of a Kintone app form, including row structure, field sizes, and grouping.
Get the list of views configured for a Kintone app.
Get a single record from a Kintone app by record ID.
Get multiple records from a Kintone app. Supports query filtering, field selection, and pagination.
Add a single record to a Kintone app. Record data uses field code keys with value objects.
Add multiple records to a Kintone app in bulk (max 100). All records are added atomically.
Update a single record in a Kintone app. Supports optimistic locking via revision.
Update multiple records in a Kintone app in bulk (max 100). Updates are atomic.
Delete records from a Kintone app by IDs (max 100). Permanent.
Get comments on a record. Returns up to 10 comments per request.
Add a comment to a record. Optionally include mentions to notify users.
Delete a comment from a record. Only the comment creator or an app admin can delete.
Upload a file to Kintone. Returns a fileKey that can be used in record attachment fields.
Get information about a Kintone Space including name, privacy settings, and member count.
Get the list of members in a Kintone Space, including their roles and permissions.
Update the body content of a Kintone Space. Accepts HTML content.