Skip to main content
Glama

get_combined_status

Retrieve the combined status of a commit in a GitHub repository by specifying the owner, repository name, and reference (SHA, branch, or tag).

Instructions

Get the combined status for a commit

Input Schema

NameRequiredDescriptionDefault
ownerYesRepository owner (username or organization)
refYesThe ref (SHA, branch name, or tag name) to get the combined status 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 the combined status 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