Skip to main content
Glama

Nylas API MCP Server

Official

generate-auth-code

Generate authentication codes for integrating email, calendar, and contacts functionality into applications using the Nylas API MCP Server. Supports multiple programming languages and configurable scopes for secure API access.

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

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