Skip to main content
Glama
MIT License
65

get-credential-schema

Retrieve the required fields and data schema for a specific credential type in n8n, enabling accurate setup of APIs and integrations like Cloudflare, GitHub, and Slack.

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