Skip to main content
Glama

git_add

Stage specific files or all changes for commit in a Git repository, ensuring updates are ready for version control. Specify the repository path to streamline workflow.

Instructions

Stage files for commit

Input Schema

NameRequiredDescriptionDefault
allNoStage all changes
cwdNoRepository path
filesNoFiles to stage

Input Schema (JSON Schema)

{ "properties": { "all": { "description": "Stage all changes", "type": "boolean" }, "cwd": { "description": "Repository path", "type": "string" }, "files": { "description": "Files to stage", "items": { "type": "string" }, "type": "array" } }, "type": "object" }

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/block/vscode-mcp'

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