Loading...
Loading...
Sentry integration. Manage Organizations. Use when the user wants to interact with Sentry data.
npx skill4agent add membranedev/application-skills sentryget_sentry_infomembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search sentry --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Issues | list-issues | List all issues (grouped events) for an organization. |
| List Releases | list-releases | List all releases for an organization |
| List Teams | list-teams | List all teams belonging to an organization |
| List Projects | list-projects | List all projects belonging to an organization |
| List Members | list-members | List all members of an organization |
| List Organizations | list-organizations | List all organizations available to the authenticated user |
| Get Issue | get-issue | Retrieve details of a specific issue by its ID |
| Get Release | get-release | Retrieve details of a specific release by its version |
| Get Team | get-team | Retrieve details of a specific team |
| Get Project | get-project | Retrieve details of a project by its slug |
| Get Member | get-member | Retrieve details of a specific organization member |
| Get Organization | get-organization | Retrieve details of an organization by its ID or slug |
| Create Release | create-release | Create a new release for an organization |
| Create Team | create-team | Create a new team within an organization |
| Add Member | add-member | Add a new member to an organization by email (sends invitation) |
| Update Issue | update-issue | Update an issue's status, assignment, or other properties |
| Update Release | update-release | Update a release's metadata |
| Update Team | update-team | Update a team's slug |
| Update Project | update-project | Update a project's settings |
| Delete Issue | delete-issue | Permanently remove an issue. |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY