Skip to main content
Glama

get-credential-schema

Retrieve the schema and required fields for creating credentials of a specific type, such as 'cloudflareApi' or 'githubApi', in the N8N MCP server.

Instructions

Show credential data schema for a specific credential type. The credential type name can be found in the n8n UI when creating credentials (e.g., 'cloudflareApi', 'githubApi', 'slackOAuth2Api'). This will show you what fields are required for creating credentials of this type.

Input Schema

NameRequiredDescriptionDefault
clientIdYes
credentialTypeNameYes

Input Schema (JSON Schema)

{ "properties": { "clientId": { "type": "string" }, "credentialTypeName": { "type": "string" } }, "required": [ "clientId", "credentialTypeName" ], "type": "object" }

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/fellipesaraiva88/n8n-mcp-server'

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