Skip to main content
Glama

Kintone Book Management MCP Tool

types.ts608 B
export interface BookRecord { publisher_input: { type: "SINGLE_LINE_TEXT"; value: string; }; memo_input: { type: "MULTI_LINE_TEXT"; value: string; }; description_input: { type: "MULTI_LINE_TEXT"; value: string; }; title_input: { type: "SINGLE_LINE_TEXT"; value: string; }; $id: { type: "__ID__"; value: string; }; [fieldCode: string]: any; } export type KintoneResponse = BookRecord[]; export interface bookInfo { publisher: string; memo: string; description: string; title: string; id: string; } export type booksInfo = bookInfo[];

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/yamatairiku-dev/kintone-bookmanage-mcp-stdin'

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