Skip to main content
Glama

GoCardless MCP Server

by jmceleney

get_mandate

Retrieve specific GoCardless mandate details by providing the mandate ID to access payment authorization information.

Instructions

Get a specific mandate by ID

Input Schema

NameRequiredDescriptionDefault
mandate_idYesThe GoCardless mandate ID (e.g., MD123)

Input Schema (JSON Schema)

{ "properties": { "mandate_id": { "description": "The GoCardless mandate ID (e.g., MD123)", "type": "string" } }, "required": [ "mandate_id" ], "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/jmceleney/gocardless-mcp'

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