BLACKBAUD_ADD_GIFTS_TO_BATCH
Tool to add one or more gifts to a specified gift batch. Use when you need to append gifts to an existing open batch. Does not fail on non-2xx; returns response details for inspection.
BLACKBAUD_GET_GIFT_BY_ID
Tool to fetch a gift by its system record ID. Use when you need to retrieve full gift details from SKY API.
BLACKBAUD_GET_MEMBERSHIP_DETAILS
Tool to fetch detailed membership information. Use when you need to retrieve membership details by its junction ID.
BLACKBAUD_GET_PAYMENT_TRANSACTION
Tool to fetch a payment transaction by its ID from SKY Payments API.
BLACKBAUD_ONE_ROSTER_O_AUTH2_BASE_API
Tool to interact with Blackbaud OneRoster OAuth2 base endpoints. Use to fetch OpenID configuration (/.well-known/openid-configuration), JWKS key set (publickeys), or obtain an access token via the client credentials grant. Ensure client credentials are configured before using the token operation.