Skip to main content
Glama

Kintone MCP Server

by r3-yamauchi
DataTransformers.js852 B
import { LoggingUtils } from './LoggingUtils.js'; export function convertDropdownFieldType(obj) { if (!obj || typeof obj !== 'object') return; for (const key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { const value = obj[key]; if (key === 'type' && value === 'DROPDOWN') { obj[key] = 'DROP_DOWN'; LoggingUtils.debug('field', 'dropdown_type_normalized', { property: key }); } else if (key === 'field_type' && value === 'DROPDOWN') { obj[key] = 'DROP_DOWN'; LoggingUtils.debug('field', 'dropdown_type_normalized', { property: key }); } else if (value && typeof value === 'object') { convertDropdownFieldType(value); } } } }

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/r3-yamauchi/kintone-mcp-server'

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