Skip to main content
Glama

ATTENTIO — darowizny i petycje

Przygotuj darowiznę

attentio-przygotuj-darowizne

Zakłada sesję darowizny na podaną kwotę i zwraca gotowy adres do zapłaty — podaj go darczyńcy w całości. Z kluczem API (kluczApi) zwraca adres STRONY PŁATNOŚCI Stripe: darczyńca wybiera tam BLIK albo kartę i płaci, bez wypełniania formularza. Bez klucza — adres naszego formularza wpłaty z wpisaną kwotą. Zapytaj darczyńcę o kwotę, ZANIM wywołasz to narzędzie: nie zgaduj jej i nie wybieraj za niego. NIE obciąża karty: ostatni krok robi człowiek jednym kliknięciem. Kwota w pełnych złotych.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kwotaZlYesKwota darowizny w pełnych złotych, od 2 do 50000.
petycjaNoOpcjonalnie: identyfikator (slug) petycji z narzędzia `attentio-petycje`. Bez niego darowizna idzie na cele statutowe stowarzyszenia.
kluczApiNoOpcjonalnie, ale wymagane do adresu strony płatności: publiczny klucz API ATTENTIO (`attentio-ucp-publiczny-2026`), ten sam, który stoi w llms.txt. Bez niego dostaniesz adres formularza wpłaty zamiast strony płatności.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Discloses important behavioral detail beyond annotations: the tool creates a session and returns a payment address but does NOT charge the card; the final payment is completed by a human. It also transparently explains the two return-address variants based on key presence.

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?

Every sentence carries a distinct fact: main action, key-based behavior, no-key behavior, ask-before guidance, no-charge guarantee, and currency rule. It is front-loaded with the core purpose and contains no fluff.

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?

For a tool with three parameters and no output schema, the description fully explains what the tool returns, how outputs differ based on parameters, and the crucial side-effect boundary (no charge). Combined with the schema, an agent has everything needed to invoke it correctly.

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 baseline is 3. The description mostly reinforces schema details already present, such as full złoty amounts and the effect of kluczApi; it adds useful usage context but not significant new parameter semantics.

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?

States a specific action and outcome: setting up a donation session and returning a payment address. It is clearly distinguishable from siblings like katalog-darowizn, petycje, and zasady because it uniquely focuses on preparing a donation and producing a ready-to-pay link.

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?

Gives strong operational guidance: ask the donor for the amount before calling, do not guess, and explains the two different behaviors depending on whether kluczApi is provided. However, it does not explicitly name conditions for choosing this tool over sibling tools, though the context makes that choice fairly clear.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources