Skip to main content
Glama
112,509 tools. Last updated 2026-04-19 23:53
  • Get high-level information about a specific Sentry replay by URL or replay ID. USE THIS TOOL WHEN USERS: - Share a replay URL - Ask what happened in a specific replay - Want a concise replay summary plus the next issue or trace lookups to run <examples> ### With replay URL ``` get_replay_details(replayUrl='https://my-organization.sentry.io/explore/replays/7e07485f-12f9-416b-8b14-26260799b51f/') ``` ### With organization and replay ID ``` get_replay_details(organizationSlug='my-organization', replayId='7e07485f-12f9-416b-8b14-26260799b51f') ``` </examples>
    Connector
  • Retrieves the DAG source code from a Cloud Composer environment. Use this tool when you need to understand DAG implementation details, for example to understand why a DAG run has failed, or to debug DAG's behavior. The tool returns the latest version of the source code.
    Connector
  • Inspect a specific Sentry profile in detail. USE THIS TOOL WHEN: - User shares a transaction profile URL and wants the details - User has a profile ID and wants a concise summary plus raw sample structure - User needs to inspect a continuous profile session by profiler ID and time range RETURNS: - Transaction profile summary with profile URL, transaction, trace, release, and runtime details - Sample structure summaries such as frame count, sample count, stacks, and thread breakdown - Top frames by occurrence for a quick hotspot overview NOTE: This tool supports two profile modes. - Transaction profiles: pass `profileUrl` or `organizationSlug` + `projectSlugOrId` + `profileId` - Continuous profiles: pass `profileUrl` or `organizationSlug` + `projectSlugOrId` + `profilerId` + `start` + `end` <examples> ### Transaction profile URL ``` get_profile_details( profileUrl='https://my-org.sentry.io/explore/profiling/profile/backend/cfe78a5c892d4a64a962d837673398d2/flamegraph/' ) ``` ### Transaction profile by ID ``` get_profile_details( organizationSlug='my-org', projectSlugOrId='backend', profileId='cfe78a5c892d4a64a962d837673398d2' ) ``` ### Continuous profile by session ``` get_profile_details( organizationSlug='my-org', projectSlugOrId='backend', profilerId='041bde57b9844e36b8b7e5734efae5f7', start='2024-01-01T00:00:00Z', end='2024-01-01T01:00:00Z' ) ``` </examples>
    Connector
  • Lists your personal use cases (scope: member). **What is a use case?** A use case is a reusable analysis you created or saved. It contains a business description and optionally a SQL template. **When to use this tool:** - When the user asks for "my analyses", "my use cases", "what I saved" - Before creating a new use case to check it doesn't already exist - To find the ID of a use case to modify or delete **Visibility**: These use cases are private and only visible to you.
    Connector
  • Provides step-by-step instructions for an AI assistant to set up a new JxBrowser project. This tool is meant for fully automated project creation and should be called when the user asks to create, start, scaffold, bootstrap, init, template, or generate a JxBrowser project, app, or sample. CRITICAL RULES: 1. NEVER call this tool before knowing the user’s preferences. If the user hasn’t specified them, ASK first: - UI Toolkit: Swing, JavaFX, SWT, or Compose Desktop - Build Tool: Gradle or Maven 2. Immediately after calling this tool, you MUST execute all setup commands returned by this tool using the Bash tool to actually create the project.
    Connector

Matching MCP Servers

  • -
    security
    F
    license
    -
    quality
    A demonstration MCP server that exposes basic arithmetic tools (add, subtract, ping) through FastAPI and shows how to integrate them with OpenAI's tool-calling API for LLM orchestration.
    Last updated
    • Linux
    • Apple
  • A
    security
    A
    license
    A
    quality
    An intelligent debugging assistant that automates the debugging process by analyzing bugs, injecting HTTP-based debug logs into code across multiple environments (browser, Node.js, mobile, etc.), and iteratively fixing issues based on real-time feedback.
    Last updated
    8
    MIT
    • Apple
    • Linux

Matching MCP Connectors

  • Transform any blog post or article URL into ready-to-post social media content for Twitter/X threads, LinkedIn posts, Instagram captions, Facebook posts, and email newsletters. Pay-per-event: $0.07 for all 5 platforms, $0.03 for single platform.

  • UPDATED 9/1/2025! NEW TOOLS! Use the Redis Stream tools with n8n MCP Client Node for use anywhere!…