Skip to main content
Glama
ubaranzorlu
by ubaranzorlu

fonzip_monthly_donations

Manage recurring monthly donations by creating amount change requests, sending card update requests, and cancelling donations.

Instructions

Duzenli (aylik) bagislar: tutar degisiklik talebi olusturma/yanitlama, kart guncelleme talebi gonderme, duzenli bagisi iptal etme.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo[change_values, send_card_update_request] Zorunlu: change_values. Change Monthly Donation Attribute - date: changes next withdrawal date - category: changes donation category - amount: changes monthly donation amount - retry: retries withdrawal of donation
typeNo[create_update_request] Request Type - cancel: send cancellation request - amount: send amount upgrade requests
titleNo[cancel] Template Title
valueNo[create_update_request] Reason if request type is 'cancel' New Amount if request type is 'amount'
actionYes[cancel] Zorunlu: cancel. must be "cancel"
amountNo[change_values] next withdrawal amount
reasonNo[cancel] Zorunlu: cancel. Cancellation reason
messageNo[cancel] Template content
subjectNo[cancel] Subject
user_idNo[create_update_request, send_card_update_request] Zorunlu: create_update_request, send_card_update_request.
approvalNo[respond_amount_change_request] Zorunlu: respond_amount_change_request. true if amount update request will be approved, false to reject
btn_textNo[cancel] button text
type_smsNo[cancel] True if template is for sms, False if template is for email
btn_colorNo[cancel] button color in HEX format, such as
body_colorNo[cancel] text color in HEX format, such as
has_buttonNo[cancel] whether a button is added or not
category_idNo[change_values] donation category id
donation_idNo[tum action'lar] Zorunlu: cancel, change_values, create_update_request, respond_amount_change_request, send_card_update_request.
template_idNo[cancel] Template ID to be sent
translationsNo[cancel] translations of template
btn_operationNo[cancel] button operation. 1 for URL, 2 for Fonzip Related operation
btn_text_colorNo[cancel] button text in HEX format, such as
background_colorNo[cancel] background color in HEX format, such as
save_as_templateNo[cancel] True if you want to save message as template
footer_icon_colorNo[cancel] footer icon color in HEX format, such as
footer_text_colorNo[cancel] footer text color in HEX format, such as
send_from_templateNo[cancel] True if you want to send email from template
btn_operation_detailNo[cancel] button action detail
has_association_logoNo[cancel] True if mail includes the logo of association
recurring_next_cycleNo[change_values] Next withdrawal date
send_cancellation_mailNo[cancel] True if you want to send email to donor after cancelling donation
monthly_donation_order_idNo[change_values] Zorunlu: change_values. recurring_order_id of donation
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint=false, idempotentHint=false, and destructiveHint=false, and the description merely lists mutation-like operations without adding side-effect context. It does not explain what cancellation triggers, whether approval flows are required, or what consequences follow a card update request or amount change.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single compact sentence with the resource scope front-loaded and a list of core operations. It is efficient, though for a 32-parameter multi-action tool it could be structured into clearer action groups.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the high complexity (32 parameters, one required action, nested objects, no output schema), the description is too sparse. It does not explain how the required 'action' parameter routes to modes like change_values, cancel, create_update_request, respond_amount_change_request, or send_card_update_request, nor does it mention omitted operations such as date/category changes and retry.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents every parameter. The description adds no extra parameter meaning beyond naming some high-level operations, which keeps it at the baseline rather than adding value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names the resource ('Duzenli (aylik) bagislar' / recurring monthly donations) and lists concrete operations: creating/responding to amount change requests, sending card update requests, and canceling recurring donations. However, it omits some distinct modes present in the schema, such as changing the next withdrawal date, category, retry withdrawal, and the broader action-dispatch model, so it is not fully precise.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no guidance on when to use this tool versus sibling tools like fonzip_donations or fonzip_membership_dues, and no when-not-to-use conditions. It implies the domain via the resource name but never states selection criteria or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/ubaranzorlu/fonzip-mcp'

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