Skip to main content
Glama

add_cause

Compose a builder URL with a fundraising link pre-filled — the URL is embedded into the GPX metadata (description, filename) so it surfaces in the runner's Strava activity after they sync. CityHeart never collects the donation; the runner's donors click straight through to JustGiving / GoFundMe / Leetchi / etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoOptional city to also pre-fill.
fundraising_urlYesFully-qualified donation URL (https://www.justgiving.com/... / https://gofundme.com/... / https://leetchi.com/... / https://www.helloasso.com/...).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It usefully explains that the URL is embedded into GPX metadata and that CityHeart never collects donations (donors go directly to third-party platforms). This adds meaningful context beyond the schema, clarifying the tool's side effects and donation flow.

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?

The description is concise and well-structured: two sentences, front-loaded with the core purpose, followed by a clarifying note on donation flow. Every sentence earns its place without redundancy or fluff.

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?

Given the tool's simplicity (2 parameters, no output schema, no annotations), the description is fairly complete. It explains what the tool does and its behavioral nuance, though it does not explicitly state the return value (a builder URL) or error conditions. Minor gaps exist, but the overall context is adequate for an agent 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?

The schema already covers both parameters with detailed descriptions (100% coverage). The description adds context for fundraising_url by explaining its role in embedding into GPX metadata, but it does not significantly enhance understanding of the city parameter. Baseline 3 is appropriate since the schema does the heavy lifting and the description adds only moderate value.

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's function with a specific action ('Compose a builder URL') and the resource it affects (GPX metadata). It distinguishes itself from siblings by focusing on fundraising links, which is distinct from add_dedication or export_gpx. The purpose is unambiguous and specific.

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 implies the tool is for embedding a fundraising link into GPX metadata, but it does not explicitly state when to use it versus alternatives like add_dedication or export_gpx. No direct exclusions or alternative suggestions are provided, though the usage context is 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