Skip to main content
Glama

Nylas API MCP Server

Official

generate-auth-code

Generate authentication codes for Nylas API integration by specifying language, client ID, secret, redirect URI, and scopes. Facilitates secure API access for email, calendar, and contacts functionality.

Input Schema

NameRequiredDescriptionDefault
clientIdNo
clientSecretNo
languageYes
redirectUriNo
scopesNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "clientId": { "type": "string" }, "clientSecret": { "type": "string" }, "language": { "enum": [ "node", "python", "java", "ruby", "curl" ], "type": "string" }, "redirectUri": { "type": "string" }, "scopes": { "items": { "type": "string" }, "type": "array" } }, "required": [ "language" ], "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