ATTENTIO — darowizny i petycje
Server Details
Petycje i darowizny Stowarzyszenia Osób Dorosłych z ADHD. Zwraca gotowy adres strony wpłaty.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolsattentio-katalog-darowiznKatalog darowiznARead-onlyInspect
Zwraca kwoty, jakie można przekazać: drabinę kwot gotowych, cegiełkę na kwotę własną oraz minimum i maksimum. Każda pozycja ma identyfikator, cenę w groszach i adres strony wpłaty.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds useful behavioral context by stating that the response consists of items, each with an identifier, price in grosze, and payment-page address. This goes beyond the boolean annotations and is sufficient for a simple no-parameter read operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two focused sentences: the first states the core return value, and the second describes the item fields. There is no filler, redundancy, or extraneous detail, and the most important information is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Since there is no output schema, the description carries the burden of explaining what the tool returns and does so by specifying id, price in grosze, and payment-page URL for each item. It does not precisely define what 'minimum and maximum' refer to, but for a zero-parameter static catalog read, the description is largely complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and schema coverage is effectively 100%, so there is nothing for the description to document. The baseline for 0 parameters is 4, and the description does not need to compensate for missing parameter information.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Zwraca' and clearly identifies the resource: donation amounts in the donation catalog, including a ladder of ready amounts, a custom-amount brick, and minimum/maximum. It does not explicitly contrast with sibling tools like attentio-przygotuj-darowizne, so it lacks explicit differentiation, but the resource and action are unmistakable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no explicit statement of when to use this tool versus alternatives. The usage context is only implied: an agent would call this to discover available donation amounts, likely before preparing a donation. No exclusions or alternative routing are provided, so it meets the 'implied usage' level.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
attentio-petycjeOtwarte petycje ATTENTIOARead-onlyInspect
Zwraca otwarte petycje stowarzyszenia: nazwę, adresata, adres strony i stan zbiórki pieniężnej. Użyj, gdy darczyńca pyta, na co można wpłacić, albo chce wesprzeć konkretną sprawę.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, destructiveHint=false, and openWorldHint=false, establishing a safe read operation. The description adds behavior beyond annotations by specifying the data scope and fields returned, including the status of the money collection. No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two focused sentences: the first front-loads the exact return payload, the second gives the user context for invocation. Every word earns its place; no repetition of schema or annotations.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, read-only list tool with rich annotations, the description fully covers what the agent needs: what data is returned and when to call it. Sibling similarity is handled through the explicit usage scenario; the lack of an output schema is compensated by enumerating the returned fields.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and the schema coverage is 100% (empty object). As the baseline for no parameters is 4, and the description correctly implies no input is needed, there is nothing more to explain.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Zwraca' – returns) and identifies the exact resource ('otwarte petycje stowarzyszenia') plus the returned fields (name, addressee, page URL, collection status). It also distinguishes the tool's use case from sibling tools by stating it is for donors asking what to support.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly gives two concrete usage conditions: when a donor asks what they can donate to, or wants to support a specific cause. It does not name sibling tools or state when not to use this tool, but the provided conditions are clear and sufficient for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
attentio-przygotuj-darowiznePrzygotuj darowiznęAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| kwotaZl | Yes | Kwota darowizny w pełnych złotych, od 2 do 50000. | |
| petycja | No | Opcjonalnie: identyfikator (slug) petycji z narzędzia `attentio-petycje`. Bez niego darowizna idzie na cele statutowe stowarzyszenia. | |
| kluczApi | No | Opcjonalnie, 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. |
TDQS
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.
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.
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.
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.
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.
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.
attentio-zasadyZasady darowiznyARead-onlyInspect
Zwraca zasady wpłaty: darowizna nie jest zakupem, zwrot w 14 dni, dane rejestrowe stowarzyszenia, waluta, brak subskrypcji przez agenta i to, że danych karty u nas nie ma.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnlyHint annotation, the description explicitly discloses behavioral traits such as 'no subscription by the agent' and 'we do not have card data', providing additional transparency about what the tool does not do. No contradictions 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence that front-loads the main action ('returns payment rules') and then lists the specific rules. It is not verbose and effectively communicates all necessary information in a structured manner.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Since there is no output schema, the description adequately explains what the tool returns: the payment rules, including their contents. This is sufficient for an agent to understand the tool's output and use it correctly without additional context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters, so there is nothing to describe. According to the rubric, a baseline of 4 is appropriate for 0 parameters. The description does not need to add any parameter information.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns payment rules for donations, listing specific content such as 'donation is not a purchase', 'refund within 14 days', and 'no card data'. This unambiguously defines the tool's purpose and distinguishes it from siblings like catalog or preparation tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description does not provide any explicit guidance on when to use this tool versus alternatives. It only states what it returns, leaving it to the agent to infer that it is for retrieving donation rules. No when/when-not conditions are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
4 tool updates
- First observed
attentio-katalog-darowizn - First observed
attentio-petycje - First observed
attentio-przygotuj-darowizne - First observed
attentio-zasady
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Search pwa.directory, submit a progressive web app, and get a payment link a human pays.
Find available sponsorship slots and create buyer-confirmed Stripe Checkouts on kannkidas.de.
Read payment settings, orders and receipts, create payment links and API keys.
Send real faxes to EU institutions: pay per fax via checkout link or prepaid API key.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to accept payments in Portugal (Multibanco, cards, Apple Pay) via Stripe hosted checkout.MIT
- AlicenseNot gradedqualityBmaintenanceLets any AI agent accept payments in Ireland via Stripe's hosted checkout.MIT
- AlicenseNot gradedqualityBmaintenanceMCP server enabling AI agents to accept payments in France via Stripe hosted checkout. Provides tools for creating EUR payment links and checking payment status.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to accept payments in Denmark via MobilePay, cards, and Klarna through Stripe hosted checkout.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Każde narzędzie ma wyraźnie odrębne zadanie: katalog darowizn, lista petycji, utworzenie sesji wpłaty i zasady. Nie ma ryzyka pomylenia ich ze sobą.
Nazwy są spójne stylistycznie (wszystkie zaczynają się od 'attentio-' i używają łączników), ale nie wszystkie mają ten sam wzorzec czasownik-rzeczownik – część to rzeczowniki, a 'przygotuj-darowizne' to tryb rozkazujący. To drobna niespójność.
Cztery narzędzia w pełni pokrywają zakres systemu darowizn i petycji – ani za mało, ani za dużo. Liczba jest odpowiednia do funkcji.
Dla darczyńcy komplet jest zamknięty: można zobaczyć dostępne kwoty i petycje, utworzyć wpłatę oraz poznać zasady. Brakuje tylko ewentualnego sprawdzenia historii, ale nie jest to konieczne w opisanym kontekście.