Get n8n Credential Schema
n8n_get_credential_schemaRetrieve the required field definitions for any n8n credential type, so you know which fields to provide when creating credentials.
Instructions
Get the schema/field definitions for a credential type. Use this to know which fields are required when creating credentials.
Args:
credentialTypeName (string): Credential type name (e.g., 'githubApi', 'slackApi', 'telegramApi')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| credentialTypeName | Yes | Credential type name (e.g., 'githubApi', 'slackApi') |