Skip to main content
Glama

deploy_site

Sets up deployment workflow for GitHub Pages or Vercel, tracking preferences and notifying when switching deployment targets.

Instructions

Set up deployment workflow for GitHub Pages or Vercel with deployment tracking and preference learning. Use the 'target' parameter to choose one deployment platform per project (github-pages or vercel). If you switch targets, the tool will warn you to remove the old workflow file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repositoryYesRepository path or URL
ssgNoStatic site generator to use. If not provided, will be retrieved from knowledge graph using analysisId
targetNoDeployment target: 'github-pages' (default) or 'vercel'. Vercel generates vercel.json and a Vercel CLI workflow.github-pages
branchNogh-pages
customDomainNo
invokeCliCommandNoWhen true and target=vercel, includes the vercel deploy --prod CLI command in next steps
projectPathNoLocal path to the project for tracking
projectNameNoProject name for tracking
analysisIdNoID from repository analysis for linking
userIdNoUser ID for preference trackingdefault
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description mentions that switching targets will trigger a warning to remove old workflow files and implies preference learning. However, it does not detail side effects (e.g., file modifications, commits) or prerequisites like repository analysis, which limits full behavioral transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is exceptionally concise: two sentences with no wasted words. It front-loads the purpose and critical usage note, making it efficient for an agent to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the main function and a key constraint but omits details like the need for prior repository analysis (analysisId), behavior of preference learning, and what the tool outputs. Given no output schema, these gaps reduce completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 80% schema description coverage, most parameters are explained in the schema. The description adds value only by elaborating on 'target' usage. Baseline 3 is appropriate as the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool sets up deployment workflows for GitHub Pages or Vercel, with tracking and preference learning. It specifies the resource (deployment workflow) and actions (setup, track, learn). This distinguishes it from sibling tools like deploy_pages, which likely handles only the deployment step.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains the use of the 'target' parameter and warns about switching targets. However, it does not provide guidance on when to use this tool versus alternatives like deploy_pages or verify_deployment, leaving the agent to infer context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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