Skip to main content
Glama

get_commit_statuses

Fetch commit statuses for a specific repository, owner, and reference to track build, test, or deployment states directly from GitHub.

Instructions

Get statuses for a commit

Input Schema

NameRequiredDescriptionDefault
ownerYesRepository owner (username or organization)
refYesThe ref (SHA, branch name, or tag name) to get statuses for
repoYesRepository name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "description": "Repository owner (username or organization)", "type": "string" }, "ref": { "description": "The ref (SHA, branch name, or tag name) to get statuses for", "type": "string" }, "repo": { "description": "Repository name", "type": "string" } }, "required": [ "owner", "repo", "ref" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MissionSquad/mcp-github'

If you have feedback or need assistance with the MCP directory API, please join our Discord server