Skip to main content
Glama
ubaranzorlu
by ubaranzorlu

fonzip_events

Destructive

Create and update events, manage ticket definitions, and retrieve ticket sales details for associations and foundations.

Instructions

Etkinlikler: etkinlik olusturma, guncelleme, durum degistirme, silme; bilet tanimlari; bilet satislari ve satis detaylari.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo[create, update] Event URL
nameNo[create, update] Event name
imageNo[create, update] Event image url
priceNo[create_ticket, update_ticket] Price
queryNo[list, list_ticket_sales] search parameter. start with - (minus) char to exclude searched text
titleNo[create_ticket, update_ticket] Zorunlu: create_ticket, update_ticket. Ticket name
venueNo[create, update] Event venue
actionYesYapilacak islem. Her action'in kendi zorunlu alanlari vardir; asagidaki aciklamalarda hangi alanin hangi action'a ait oldugu koseli parantez icinde belirtilir.
activeNo[update_status] true if event is active, false if event is passive
amountNo[list_ticket_sales] payment/debt amount
statusNo[list_ticket_sales] what kind of ticket sales should be listedpaid
targetNo[list] filter based on past or upcoming events - a: all - p: past - u: upcominga
addressNo[create, update] Event address
all_dayNo[create, update] Event takes all day
amt_cndNo[list_ticket_sales] 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
detailsNo[create, create_ticket, update, update_ticket] Event details
archivedNo[list] true for archived records, null for normal records
end_dateNo[create, list_ticket_sales, update] Zorunlu: list_ticket_sales. Event end date
event_idNo[delete, get, list_ticket_sales, update, update_status] Zorunlu: delete, get, update, update_status.
how_manyNo[list, list_ticket_sales] How many records should be listed
locationNo[create, update] Whether event is held online or at a venue <br> - 0: Venue <br> - 1: Online
order_byNo[list, list_ticket_sales] orderingstart_date
last_fourNo[list_ticket_sales] card last four digits
sales_endNo[create_ticket, update_ticket] Ticket sale end date
ticket_idNo[delete_ticket, get_ticket, update_ticket] Zorunlu: delete_ticket, get_ticket, update_ticket.
bin_numberNo[list_ticket_sales] card BIN number
paid_eventNo[create, update] Event has paid tickets
start_dateNo[create, list_ticket_sales, update] Zorunlu: list_ticket_sales. Event start date
start_pageNo[list, list_ticket_sales] start page of records
sales_startNo[create_ticket, update_ticket] Ticket sale start date
tag_controlNo[create_ticket, update_ticket] ticket can only be bought by users with selected tags - 0: No control - 1: Ok if user has any of the selected tags - 2: Ok if user has all of the selected tags
ticket_typeNo[create_ticket, update_ticket] Ticket type - paid: paid ticket - free: free ticket
ticket_typesNo[create, update]
send_reminderNo[create, update] should a reminder sent to the participants one day before the event
max_per_personNo[create_ticket, update_ticket] maximum number of tickets a user can buy
payment_methodNo[list_ticket_sales] payment type code - null: All - 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
ticket_sale_idNo[get_ticket_sale] Zorunlu: get_ticket_sale.
time_selectionNo[list_ticket_sales] date time range selection, 0 for date range selection (start_date & end_date must be present), 1 for all time (event_id must be present).
max_installmentNo[create, update] maximum number of installments for event
tags_to_controlNo[create_ticket, update_ticket] tag_id's for tag control
ask_billing_infoNo[create, update] additional billing info is required or not
installment_countNo[list_ticket_sales] installment count
post_sale_messageNo[create_ticket, update_ticket] message to be shown after the ticket is purchased
sales_end_on_dateNo[create_ticket, update_ticket] true if ticket sale must end on specific date
sender_account_idNo[create, update] Email sender account id for event
member_with_no_debtNo[create_ticket, update_ticket] true if ticket can only be bought by users with no debt
payment_settings_idNo[create, list_ticket_sales, update] Payment settings id
sales_start_on_dateNo[create_ticket, update_ticket] true if ticket sale must start on specific date
related_with_no_debtNo[create_ticket, update_ticket] true if ticket can only be bought if users related organization has no debt
Behavior3/5

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

Annotations already convey readOnlyHint=false, idempotentHint=false, destructiveHint=true. The description adds that deletion targets events and that status changes are possible, giving a little more concreteness to the destructive/mutating nature. It does not, however, describe cascading effects, irreversibility, authorization needs, or side effects beyond what the annotations imply.

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 that front-loads the main capability domains and avoids filler. While it is terse for a 49-parameter/12-action tool, it is not padded and reads quickly. It loses a point because it is a fragment and does not structurally reflect the action-based routing nature.

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

Completeness3/5

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

Given the tool's complexity, the description covers the main event lifecycle and ticket/sales domains, but it omits event querying/list/get operations even though the action enum includes list/get. With no output schema and only this high-level summary, an agent gets a partial map of the tool's surface; the schema fills in many gaps, so it is adequate but not complete.

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 input schema fully documents every parameter, including which actions each field belongs to and required markers (e.g., 'Zorunlu: delete, get, update, update_status'). The tool description itself contributes no additional parameter semantics, so the baseline of 3 is appropriate.

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 domain ('Etkinlikler' – events) and enumerates concrete operations: create, update, status change, delete, plus ticket definitions and ticket sales/details. This is more specific than the tool name and helps distinguish it from siblings focused on other fonzip areas. It lacks a crisp 'performs X to achieve Y' statement and reads as a fragment, so not a 5.

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?

No explicit statement of when to choose fonzip_events over alternatives. The domain is inferred from the name and the list of operations, but there are no exclusions, prerequisite conditions, or references to sibling tools. This is effectively no guidance for selecting between tools.

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