Your AI assistant can call these tools directly — no manual API calls required.
| Tool | What it does |
|---|
create_account | Create a new Pledge partner account |
| Tool | What it does |
|---|
lookup_organization | Search nonprofits by name, EIN, country, or cause |
| Tool | What it does |
|---|
create_nonprofit_fundraiser | Create a fundraiser linked to a nonprofit |
create_crowdfund | Create a personal crowdfunding fundraiser |
get_fundraiser | Fetch a fundraiser’s current state and stats |
update_fundraiser | Update fields on an existing fundraiser |
place_fundraiser | Create or fully replace a fundraiser by ID |
| Tool | What it does |
|---|
create_donation | Create a donation to a nonprofit through your account |
get_donation | Fetch a donation by UUID |
list_donations | List donations with filtering by fundraiser, org, status, or date |
| Tool | What it does |
|---|
create_webhook | Register a webhook endpoint for Pledge events |
get_webhook | Fetch a single webhook endpoint by UUID |
list_webhooks | List all webhook endpoints for your account |
delete_webhook | Remove a registered webhook endpoint |
| Tool | What it does |
|---|
list_endpoints | Browse the Pledge API reference |
explain_error | Paste an API error response and get a plain-English explanation |
integration_checklist | Verify your API key and check how far along your integration is |
REST API Reference Full reference for the Pledge REST API, including request/response schemas.