squadcast
Server Details
Read incidents, services, teams, on-call schedules; acknowledge, resolve and note incidents.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- m190/usefulapi-mcp
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
16 toolssquadcast_acknowledge_incidentAcknowledge incidentDestructiveInspect
Acknowledge a triggered incident on the LIVE account (stops escalation/paging for it). Squadcast: POST /v3/incidents/{incidentID}/acknowledge.
| Name | Required | Description | Default |
|---|---|---|---|
| incidentId | Yes | The incident id to acknowledge (required). |
squadcast_add_incident_noteAdd incident noteDestructiveInspect
Add a war-room note to a LIVE incident (optionally with attachment URLs). Squadcast: POST /v3/incidents/{IncidentId}/warroom.
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The note message (required). | |
| incidentId | Yes | The incident id to add a note to (required). | |
| attachments | No | Attachment URLs (defaults to none). |
squadcast_get_incidentGet incidentRead-onlyInspect
Get a single incident by its id. Squadcast: GET /v3/incidents/{incidentID}.
| Name | Required | Description | Default |
|---|---|---|---|
| incidentId | Yes | The incident id (required). |
squadcast_get_incident_eventsGet incident eventsRead-onlyInspect
Get the timeline of events for a single incident (state changes, notifications, actions). Squadcast: GET /v3/incidents/{incidentID}/events.
| Name | Required | Description | Default |
|---|---|---|---|
| incidentId | Yes | The incident id (required). |
squadcast_get_serviceGet serviceRead-onlyInspect
Get a single service by its id. Squadcast: GET /v3/services/{serviceID}.
| Name | Required | Description | Default |
|---|---|---|---|
| serviceId | Yes | The service id (required). |
squadcast_get_teamGet teamRead-onlyInspect
Get a single team by its id. Squadcast: GET /v3/teams/{teamId}.
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | The team id (required). |
squadcast_get_userGet userRead-onlyInspect
Get a single user by their id. Squadcast: GET /v3/users/{userID}.
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | The user id (required). |
squadcast_list_escalation_policiesList escalation policiesRead-onlyInspect
List escalation policies for a team. owner_id (a TEAM id — use squadcast_list_teams to find it) is REQUIRED. Squadcast: GET /v3/escalation-policies.
| Name | Required | Description | Default |
|---|---|---|---|
| ownerId | Yes | Team id that owns the escalation policies (required) → owner_id. | |
| pageSize | No | Page size → page_size. | |
| pageNumber | No | Page number → page_number. |
squadcast_list_incident_notesList incident notesRead-onlyInspect
List the war-room notes on a single incident. Squadcast: GET /v3/incidents/{IncidentId}/warroom.
| Name | Required | Description | Default |
|---|---|---|---|
| incidentId | Yes | The incident id (required). |
squadcast_list_incidentsList incidentsRead-onlyInspect
Search/list incidents over a time window with filters (status, service, priority, assignee, tags, sources, starred, SLO-affecting) and sorting. start_time, end_time (both ISO8601) and owner_id (a TEAM id — use squadcast_list_teams to find it) are REQUIRED. Squadcast: GET /v3/incidents/export.
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by tag(s) → tags. | |
| sortBy | No | Sort field → sort_by. | |
| status | No | Filter by incident status(es) → status. | |
| endTime | Yes | ISO8601 end of the window (required) → end_time. | |
| ownerId | Yes | Team id that owns the incidents (required) → owner_id. Use squadcast_list_teams to find it. | |
| sources | No | Filter by alert source(s) → sources. | |
| priority | No | Filter by priority (e.g. P1..P5) → priority. | |
| services | No | Filter by service id(s) → services. | |
| isStarred | No | Filter to starred incidents → is_starred. | |
| startTime | Yes | ISO8601 start of the window (required) → start_time. | |
| assignedTo | No | Filter by assignee id(s) → assigned_to. | |
| textFilter | No | Free-text filter → textFilter. | |
| sloAffecting | No | Filter by SLO-affecting → slo_affecting. |
squadcast_list_schedulesList schedules (on-call)Read-onlyInspect
List on-call schedules for a team. teamID is REQUIRED (use squadcast_list_teams to find it). Set myOnCall to filter to schedules where the token's own user is currently on call — the 'who's on call' lens. Squadcast: GET /v4/schedules.
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor → cursor. | |
| search | No | Free-text search → search. | |
| teamId | Yes | Team id whose schedules to list (required) → teamID. | |
| myOnCall | No | Only schedules where the token's user is on call now → myOnCall (the 'who's on call' lens). | |
| pageSize | No | Page size → pageSize. | |
| participants | No | Filter by participant user id(s) → participants. | |
| scheduleName | No | Filter by schedule name → scheduleName. |
squadcast_list_servicesList servicesRead-onlyInspect
List services for a team. owner_id (a TEAM id — use squadcast_list_teams to find it) is REQUIRED. Squadcast: GET /v3/services.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by service name → name. | |
| ownerId | Yes | Team id that owns the services (required) → owner_id. | |
| entityOwner | No | Filter by entity owner → entity_owner. |
squadcast_list_squadsList squadsRead-onlyInspect
List squads for a team. owner_id (a TEAM id — use squadcast_list_teams to find it) is REQUIRED. Squadcast: GET /v4/squads.
| Name | Required | Description | Default |
|---|---|---|---|
| ownerId | Yes | Team id that owns the squads (required) → owner_id. |
squadcast_list_teamsList teamsRead-onlyInspect
List all teams in the organization. A team id is the owner_id/teamID several other tools require. Squadcast: GET /v3/teams.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
squadcast_list_usersList usersRead-onlyInspect
List all users in the organization. Squadcast: GET /v3/users.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
squadcast_resolve_incidentResolve incidentDestructiveInspect
Resolve an incident on the LIVE account, recording a resolution message. Squadcast: POST /v3/incidents/{incidentID}/resolve.
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Resolution reason/message (required). | |
| incidentId | Yes | The incident id to resolve (required). |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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!