Kintone MCP Server

get_form_layout

Retrieve the form layout of a Kintone app by specifying its app ID, enabling efficient management and customization of app structures.

Instructions

kintoneアプリのフォームレイアウトを取得します

Input Schema

NameRequiredDescriptionDefault
app_idYeskintoneアプリのID

Input Schema (JSON Schema)

{ "properties": { "app_id": { "description": "kintoneアプリのID", "type": "number" } }, "required": [ "app_id" ], "type": "object" }
ID: dki958qnks