Skip to main content
Glama
dxawdc

Secure Local Workspace MCP

by dxawdc

Push the current commit

git_push

Push a reviewed commit to an allowlisted remote and branch without force, when enabled per project.

Instructions

Push the reviewed current commit without force to an allowlisted remote and branch. This must be enabled locally per project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
remoteNoorigin
projectIdYes
expectedCommitShaYes
Behavior4/5

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

Annotations already indicate non-read-only, non-destructive, and open-world behavior. The description adds meaningful context: the destination must be allowlisted, force push is disallowed, and local per-project enablement is required. These details go beyond the annotations and help the agent understand operational constraints.

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?

Two sentences, 22 words, with zero fluff. The core action and constraints are front-loaded, and the prerequisite (local enablement) is stated efficiently. Every word earns its place.

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

Completeness2/5

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

For a mutation tool with no output schema and no parameter descriptions, the description is too thin. It does not explain what happens if the remote is not allowlisted, what 'enabled locally per project' means in practice, error scenarios, or the return value. The agent cannot fully predict the tool's behavior or know if it can call it correctly without additional information.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not reference any parameters. The tool has 3 parameters (remote, projectId, expectedCommitSha), but the description never explains their meaning, relationships, or how they relate to the action (e.g., 'current commit' vs expectedCommitSha). The agent must rely solely on the schema, which provides only names and patterns, not semantic guidance.

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 states a clear, specific action: push the current commit without force to an allowlisted remote/branch. It distinguishes itself from sibling git tools (e.g., git_commit creates, git_push pushes) and adds constraints (without force, allowlisted). No tautology or ambiguity.

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 usage context is implied (when you have a reviewed commit and need to push it) but not explicitly stated. No exclusions, alternatives, or prerequisites beyond the 'must be enabled locally per project' note. There is no guidance on when not to use this tool or when another tool would be more appropriate, but the purpose is clear enough.

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/dxawdc/secure-local-workspace-mcp'

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