get_credential_schema
Retrieve the JSON schema for a credential type to see required fields before creating credentials.
Instructions
Get the JSON schema of a credential type — which fields it needs (e.g. 'slackApi' → accessToken). Use before create_credential.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| credentialTypeName | Yes | Credential type name, e.g. 'githubApi' |