Skip to main content
Glama

Kintone MCP Server

by r3-yamauchi
KintoneApiError.js393 B
// src/repositories/base/http/KintoneApiError.js export class KintoneApiError extends Error { constructor(message, { status = null, code = null, errors = null, responseBody = null } = {}) { super(message); this.name = 'KintoneApiError'; this.status = status; this.code = code; this.errors = errors; this.responseBody = responseBody; } }

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