Skip to main content
Glama
ubaranzorlu
by ubaranzorlu

fonzip_membership_dues

Destructive

Manage membership dues and debts: list subscriptions, create, update, delete debts, and change payment status. Solve dues tracking for associations and foundations.

Instructions

Aidatlar ve borclar: aidat aboneliklerini listeleme/detay/silme, borc (debt) olusturma, guncelleme, durum degistirme ve silme.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo[list, list_debts] search parameter. start with - (minus) char to exclude searched text
actionYes[update_debt_status] Zorunlu: update_debt_status. action to apply to the debt - remove: removes the debt - activate: activates the debt
amountNo[create_debt, list, list_debts] debt amount ( also payment amount if custom amount is 'custom'.)
periodNo[create_debt, update_debt] Period Date
statusNo[list, list_debts] what kind of membership dues should be listed - paid: for payments - refund: for refunds - failed: for failed payment transactionspaid
tag_idNo[list, list_debts] Tag id of user
amt_cndNo[list, list_debts] amount condition if amount filter is present - null: equals to amount - !=: not equals to amount - <: smaller than amount - <=: smaller and equal to amount - \>: bigger than amount - \>=: bigger and equal to amount
bill_noNo[create_debt, update_debt] bill no
debt_idNo[delete_debt, get_debt, update_debt, update_debt_status] Zorunlu: delete_debt, get_debt, update_debt, update_debt_status.
detailsNo[create_debt, update_debt] debt description
user_idNo[create_debt] user id
due_dateNo[create_debt, update_debt] Debts Due Date
end_dateNo[list] Zorunlu: list. End date filtering for transaction__complete_date or complete_date fields. Must be after start_date.
how_manyNo[list, list_debts] How many records should be listed
order_byNo[list, list_debts] ordering-transaction__complete_date
last_fourNo[list] card last four digits
recurringNo[create_debt] if debt is recurring
send_mailNo[create_debt] send mail after adding the debt
bin_numberNo[list] card BIN number
start_dateNo[list] Zorunlu: list. Start date filtering for transaction__complete_date or complete_date fields. Must be before end_date.
start_pageNo[list, list_debts] start page of records
add_paymentNo[create_debt] add the payment after adding the debt
added_by_idNo[list, list_debts] User id who added the payment
create_dateNo[list, list_debts] Record creation date filter
period_yearNo[list, list_debts] Dues Period Year
remove_noteNo[update_debt] remove debt description for removed debt status
transactionNo[update_debt]
period_monthNo[list, list_debts] Dues Period Month
custom_amountNo[create_debt] amount for payment. total_debt for users total debt, custom for custom debt amount
membership_noNo[list, list_debts] Membership number of user
added_by__nameNo[list, list_debts] User name (case-insensitive, unaccented) who added the payment. Used when added_by_id is not known.
operation_dateNo[create_debt, list_debts, update_debt] Membership Due Operation Date
payment_methodNo[create_debt, list] payment type code - 0: Card - 1: Cash - 2: Wire Transfer - 3: POS - 4: SMS - 6: Postal Check - 7: Paypal - 8: BKM Express - 9: iDEAL - 10: Pay With Iyzico
thanks_mail_idNo[create_debt] mail template to be sent after adding the debt
create_date_cndNo[list, list_debts] Record creation date filter condition
subscription_idNo[delete, get] Zorunlu: delete, get.
recurring_periodNo[create_debt, update_debt] Recurring period in days
installment_countNo[list] installment count
possible_duplicateNo[list_debts] When true, returns only debts whose (user, period, amount) tuple appears more than once in the association's debts.
payment_method_selectNo[create_debt] payment type selection. must be other for APIother
Behavior3/5

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

Annotations already declare readOnlyHint=false and destructiveHint=true, and the description's 'silme' (delete) matches the destructive nature. The description adds an inventory of mutating operations but does not disclose side effects such as send_mail, add_payment, or the remove/activate action behavior. No contradiction with annotations.

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

Conciseness3/5

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

The description is a single concise sentence with no fluff, and it front-loads the domain. However, it compresses many distinct operations into one comma-separated list without grouping by operation flow or naming the action selector, which weakens its structural usefulness for a 40-parameter tool.

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

Completeness1/5

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

For a multi-operation tool with 40 parameters and no output schema, the description is far too thin. It does not explain how to select or route between operations like list, create_debt, delete, or update_debt_status, nor what return values to expect. The rich schema partially compensates, but the high-level description leaves critical invocation context missing.

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%, and each parameter already includes operation tags and enum explanations. The description itself adds no parameter-level meaning beyond the schema, so the baseline of 3 applies.

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 ('Aidatlar ve borclar') and enumerates concrete operations: listing/detailing/deleting subscriptions and creating/updating/status-changing/deleting debts. It distinguishes the tool's domain from siblings like fonzip_donations and fonzip_monthly_donations, though it is a packed summary rather than a structured operation list.

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

Usage Guidelines3/5

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

The description provides clear domain context with 'Aidatlar ve borclar', implying this tool is for membership dues and debt operations. However, it gives no explicit when-to-use guidance, exclusions, prerequisites, or comparison against sibling tools, leaving usage mostly to inference.

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