Skip to main content
Glama

Turkey Payments (iyzico — Turkish cards / taksit)

Server Details

Turkey payments for AI agents — Turkish cards / taksit via iyzico. Never holds funds.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.6/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

The two tools have clearly distinct purposes: one creates a payment link, the other queries its status. There is no overlap or ambiguity.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern (create_payment_link, query_payment_status), making them predictable and easy to understand.

Tool Count3/5

With only 2 tools, the count is on the low side but reasonable for a focused payment link service. However, it feels slightly thin compared to typical payment server scopes.

Completeness3/5

The tools cover the basic create-and-check flow but lack operations like cancel or refund, which are notable gaps for a payment system. The set is functional but not comprehensive.

Available Tools

3 tools
query_payment_statusA
Read-only
Inspect

Check whether a Turkey payment (created by create_payment_link) has been paid. Queries iyzico directly — pull-based, no webhook needed. paid=true when status is PAID.

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenYesThe checkout form token returned by create_payment_link
Behavior4/5

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

Annotations already indicate readOnlyHint=true, so the description adds value by specifying the external service (iyzico) and the condition for paid=true, matching expectations for a pull-based check.

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

Conciseness5/5

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

Three concise sentences with no redundant information; the purpose is front-loaded and each sentence adds value.

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

Completeness5/5

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

Given the tool has one parameter, no output schema, and annotations, the description provides complete context: what it does, how it works, and how to interpret the result (paid=true when status is PAID).

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

Parameters4/5

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

The input schema has 100% coverage for the single parameter 'token', and the description adds context by stating it's the token returned by create_payment_link, enhancing understanding beyond the schema.

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

Purpose5/5

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

The description clearly states the tool checks if a Turkey payment has been paid, specifies it queries iyzico directly, and distinguishes it from the sibling tool create_payment_link by mentioning its role in creating payment links.

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

Usage Guidelines4/5

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

The description explains that this is a pull-based check and explicitly says no webhook is needed, providing clear context for when to use the tool, though it does not mention when not to use it.

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

refund_paymentA
Destructive
Inspect

Refund a paid Turkey payment (created by create_payment_link) via iyzico. Provide payment_id (the iyzico paymentId from query_payment_status) OR conversation_id (the reference_id you used when creating the link) — the tool looks up the payment to find its transaction(s), then refunds per-transaction. Full refund by default; pass amount_try for a partial refund (single-item payments, decimals allowed). Refunds respect the same owner policy guardrails (x-agentpay-max-amount) as payments — the refund amount is checked before anything is sent to iyzico.

ParametersJSON Schema
NameRequiredDescriptionDefault
ipNoOptional IP address to record on the refund request.
amount_tryNoOptional partial-refund amount in TRY (decimals allowed). Omit for a full refund of the payment.
payment_idNoiyzico paymentId of the paid payment (from query_payment_status.payment_id). Provide this or conversation_id.
conversation_idNoThe reference_id you used in create_payment_link (iyzico conversationId). Provide this or payment_id.
Behavior5/5

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

Annotations already indicate destructiveHint=true. Description adds rich behavioral details: it looks up payment, refunds per-transaction, checks refund amount against policy, and handles full/partial refunds. No contradiction.

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

Conciseness5/5

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

Four sentences covering all key information without redundancy. Front-loaded with the core action, then elaborates on parameters and constraints efficiently.

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

Completeness4/5

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

For a destructive tool with 4 params and no output schema, description covers inputs, process, and policy constraints. Minor gap: does not describe the refund result or response format, but overall adequate.

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

Parameters4/5

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

Schema has 100% coverage, baseline 3. Description adds meaning by explaining the origin of payment_id and conversation_id, the use of amount_try for partial refund, and the optional IP. Adds value beyond schema.

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

Purpose5/5

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

Clearly states it refunds a paid Turkey payment via iyzico, specifying the payment type (created by create_payment_link) and provider. Distinct from siblings create_payment_link and query_payment_status.

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

Usage Guidelines4/5

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

Explains when to use (for refunding paid payments) and how to identify the payment via payment_id or conversation_id. Describes full vs partial refund and mentions owner policy guardrails. Does not explicitly exclude other tools, but context given siblings is sufficient.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources