Skip to main content
Glama
LiamCarver
by LiamCarver

start_work

Initialize a development workspace by configuring Git remote, pulling updates, creating a feature branch, and installing Node.js dependencies to begin coding tasks.

Instructions

Set remote URL from env, pull latest changes, create and push a branch, and install dependencies

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
branchYes
currentWorkingDirectoryYes
installWithLegacyPeerDependenciesNoUse npm --legacy-peer-deps to bypass peer dependency conflicts.
startPointNo
commitMessageYesCommit message for git
Behavior2/5

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

With no annotations, the description carries full burden. It lists sequential actions but lacks critical behavioral details: whether operations are atomic/rollback on failure, what permissions are needed, whether it modifies existing branches, what happens if dependencies fail to install, or what output/errors to expect.

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?

Extremely concise single sentence listing all key actions. Front-loaded with no wasted words. Every clause earns its place by specifying a distinct step in the workflow.

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 5-parameter mutation tool with no annotations and no output schema, the description is insufficient. It omits error handling, success criteria, side effects, and doesn't explain the relationship between parameters like startPoint and branch. Should provide more context for safe invocation.

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?

Schema description coverage is 40% (only 2 of 5 params have descriptions). The description mentions 'install dependencies' which hints at installWithLegacyPeerDependencies, and 'create and push a branch' relates to branch/startPoint, but doesn't explain currentWorkingDirectory or commitMessage semantics beyond schema. Baseline 3 as schema covers some ground.

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

Purpose4/5

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

The description clearly states the tool's purpose with specific verbs (set, pull, create, push, install) and resources (remote URL, changes, branch, dependencies). It distinguishes from siblings like install_dependencies by including git operations, but doesn't explicitly contrast with vcs tools like vcs_status or vcs_log.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. The description implies it's for starting work on a project, but doesn't specify prerequisites, when not to use it, or how it differs from manually combining sibling tools like vcs_status + install_dependencies.

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/LiamCarver/node-dev-mcp-server'

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