Skip to main content
Glama

Nylas API MCP Server

Official

generate-endpoint-code

Automatically generate code snippets in Node, Python, Java, Ruby, or cURL for API endpoints, enabling quick integration with Nylas API for email, calendar, and contacts functionality.

Input Schema

NameRequiredDescriptionDefault
endpointYes
languageYes
methodNo
paramsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endpoint": { "type": "string" }, "language": { "enum": [ "node", "python", "java", "ruby", "curl" ], "type": "string" }, "method": { "enum": [ "GET", "POST", "PUT", "DELETE" ], "type": "string" }, "params": { "additionalProperties": {}, "type": "object" } }, "required": [ "language", "endpoint" ], "type": "object" }
Install Server

Other Tools from Nylas API MCP Server

Related Tools

    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/nylas-samples/nylas-api-mcp'

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