Skip to main content
Glama

documcp

by tosin2013

verify_deployment

Ensure GitHub Pages deployment success by verifying repository paths and expected URLs, troubleshooting issues for accurate documentation updates.

Instructions

Verify and troubleshoot GitHub Pages deployment

Input Schema

NameRequiredDescriptionDefault
repositoryYesRepository path or URL
urlNoExpected deployment URL

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "repository": { "description": "Repository path or URL", "type": "string" }, "url": { "description": "Expected deployment URL", "type": "string" } }, "required": [ "repository" ], "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/tosin2013/documcp'

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