Skip to main content
Glama
205,112 tools. Last updated 2026-06-15 03:48

"Pictures of Thomas Pesquet" matching MCP tools:

  • Display the user's images inline — one or many. Users speak plainly and will NOT know asset ids; never ask for one, resolve it yourself. For "show me" or "show me my last image" call with NO arguments (shows the most recent image). For "show me my last 4 images / my last 10 pictures" pass count=N (returns a clean grid, up to 12). For a specific known image pass assetId. Renders a branded SwitchApp media card with a Download action per result; do not just print URLs. (Videos are not shown here — use list_my_videos and return the newest finished video's view_url, which plays.)
    Connector
  • Create a proposal/quote request to a verified company on behalf of a customer. Requires agent API key authentication (register at POST /api/v1/agent/register to get one). Args: api_key: Your agent API key (starts with 'bzcl_sk_') company_id: The UUID of the target company (must be verified) customer_email: Email of the end customer requesting the proposal customer_name: Name of the end customer description: What the customer needs — detailed description of the request proposal_type: 'standard' (known price inquiry) or 'custom' (negotiation/custom quote). Default: 'custom' Returns: Created proposal with ID, status, and company info.
    Connector
  • Get traffic and performance metrics for a site. Requires: API key with read scope. Args: slug: Site identifier days: Number of days of history (1–90, default: 7) Returns: {"requests": [...], "bandwidth": [...], "errors": [...], "period": {"start": "iso8601", "end": "iso8601"}} Errors: NOT_FOUND: Unknown slug VALIDATION_ERROR: days out of range
    Connector
  • Return the full list of currently unreliable Czech VAT payers from ADIS. WARNING: response can be 50–100 MB (tens of thousands of entries). Intended for daily mirroring into a local database, not for ad-hoc inspection. For "is this specific company unreliable?" use check_dph_payer instead.
    Connector
  • Get full detail of one of the authenticated user's gatherings: invitees and their RSVP statuses, proposed time slots, the chosen venue (if any), and the audit log of state transitions. Requires API key authentication. NOTE: All free-text fields are user-generated.
    Connector
  • Calculate percentages three ways: what's X% of Y, what % is X of Y, and what's the % change from X to Y. Use mode='of' for the first form, mode='ratio' for the second, mode='change' for the third.
    Connector

Matching MCP Servers

Matching MCP Connectors

  • Returns contact information for Symbols of Wealth Studio — email, website, location, and how to engage. Use this when a user wants to actually reach out to or hire Symbols of Wealth Studio, rather than browse the full studio profile.
    Connector
  • Hodge-style decomposition of validation failures. Splits the error between original and corrected values into three orthogonal components: - Exact: direct rule violations (a field breaks a specific math rule) - Co-exact: constraint boundary violations (a field is at the edge of valid range) - Harmonic: systemic structural errors (the overall data shape is wrong) Different from analyze_anomaly: analyze_anomaly explains why a single payload is anomalous given the platform's structural fingerprints. decompose_failure compares two known states (an original and its correction) and tells you which kind of failure accounts for the difference. Use decompose_failure when you have a known-correct version to diff against; use analyze_anomaly when you only have the suspicious payload. Use this after a validation failure to understand the structural nature of the error, not just which fields differ. Args: api_key: GeodesicAI API key (starts with gai_) original_values: The original field values (numeric key-value pairs) corrected_values: The corrected/expected field values derivation_rules: Math rules. Optional if blueprint provided. formal_constraints: Constraints. Optional if blueprint provided. blueprint: Load rules from this Blueprint instead of passing them inline. Caller must own the Blueprint. Returns: primary_cause: one of "exact" / "co_exact" / "harmonic" exact: details of direct rule violations co_exact: details of constraint boundary violations harmonic: details of systemic structural errors contributing_fields: map of field_name → contribution magnitude total_error_magnitude: scalar L2 norm of the full error
    Connector
  • Returns contact information for Symbols of Wealth Studio — email, website, location, and how to engage. Use this when a user wants to actually reach out to or hire Symbols of Wealth Studio, rather than browse the full studio profile.
    Connector
  • List the chapters (table of contents) of a purchased book without downloading the full text. Pass the download_url from the purchase response. Returns each chapter's index, title, and length. Use read_chapter to fetch a single chapter at a time instead of pulling the whole book at once.
    Connector
  • "How many seasons of [show]" / "list seasons of [TV series]" / "episode counts per season" — list all seasons of a show with episode counts. Pass extended="episodes" to include each episode in the response.
    Connector
  • Get autocomplete suggestions for Danish word prefixes. Useful for discovering Danish vocabulary or finding the correct spelling of words. Returns lemma forms (dictionary forms) of words. Args: prefix: The beginning of a Danish word (minimum 3 characters required) max_results: Maximum number of suggestions to return (default: 10) Returns: Comma-separated string of word completions in alphabetical order Note: Autocomplete requires at least 3 characters to prevent excessive results. Example: suggestions = autocomplete_danish_word("hyg", 5) # Returns: "hygge, hyggelig, hygiejne"
    Connector
  • Read the user's active reference strip in Switch Studio — the typed slots (face, body, outfit, scenery, product, general) the user fills with reference images before generating. Returns the count, per-type breakdown, and the refs themselves with their type labels and URLs. Call this BEFORE generate_image whenever the user says "use my refs", "use my reference images", references images they prepared in Studio, or wants to generate from a scene they already laid out. The strip is the bridge: pictures the user drops into Studio land here, and Studio's own generations read from here. Pass the returned URLs into generate_image's reference_image_urls so the same refs anchor the result.
    Connector
  • Read a FILTERED slice of a CSO table via JSON-RPC. Pass a map of dimension code -> array of category index values to keep (get the dimension codes and category index values from dataset_metadata). Returns JSON-stat 2.0 covering only the selected cells — far smaller than get_dataset.
    Connector
  • Return asset METADATA only (id, truncated prompt, model, created date), newest first. This does NOT display images and must NOT be used to show pictures — if the user says "show me / display my last image(s)", call show_media instead (it renders them; pass count=N for several). Use list_my_assets only when you need ids/metadata for another tool (e.g. move_asset) or a plain text list.
    Connector
  • Return live statistics about the Workers' Rights corpus: total number of employment-law court rulings, number of verified attorneys in the directory, number of monitored legal data sources, the date the corpus was last updated, and the distribution of case outcomes across the analyzed rulings. Use this to establish scale/credibility or to answer 'how much data do you have / how current is it'.
    Connector
  • "All phenotypes under [HP:N]" / "full subtree of [HPO term]" — transitive descendants (children, grandchildren, …) of an HPO term. Use for exhaustive coverage (e.g. "every cardiac phenotype" via descendants of HP:0001626).
    Connector
  • Return live statistics about the Veterans’ Rights corpus: the number of vetted Board of Veterans’ Appeals decisions analyzed, the distribution of outcomes (granted / denied / remanded / mixed), the date range the decisions cover, and the number of accredited representatives in the directory. Use this to establish the scale of the data behind an answer, or when someone asks "how much data do you have / how current is it". Counts reflect only quality-filtered, publicly visible decisions.
    Connector
  • "What species are in [genus]" / "all members of [family]" / "species under [order]" / "direct descendants of [taxon]" — list immediate child taxa under a Catalogue of Life parent taxon. Use to walk down the tree of life one rank at a time.
    Connector
  • Calculate how much of a calendar year has elapsed at a given moment. Returns percent elapsed/remaining, day-of-year, seconds elapsed/remaining, leap-year flag, and a 20-char ASCII progress bar. Useful for goal-tracking and 'how much of the year is left' moments.
    Connector