Skip to main content
Glama

n8n MCP Server

by get2knowio

get_credential_schema

Retrieve JSON schema for specific credential types to understand required fields and structure when configuring n8n workflow credentials.

Instructions

Get JSON schema for a credential type

Input Schema

NameRequiredDescriptionDefault
credentialTypeNameYesThe name of the credential type

Input Schema (JSON Schema)

{ "properties": { "credentialTypeName": { "description": "The name of the credential type", "type": "string" } }, "required": [ "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/get2knowio/n8n-mcp'

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