Skip to main content
Glama

Nylas API MCP Server

Official

generate-endpoint-code

Generate code snippets in Node, Python, Java, Ruby, or cURL for Nylas API endpoints. Simplify integration of email, calendar, and contacts functionality into AI applications by specifying the endpoint and HTTP method.

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" }

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