Skip to main content
Glama
shanmukhdatta

workspace-mcp

generate_readme

Builds a README.md for a project using standard sections: description, features, installation, usage, dependencies, configuration, tech stack, and more. Specify a project path and optional details.

Instructions

(Re)generate README.md for a project with the standard sections: description, features, folder structure, installation, usage, dependencies, configuration, tech stack, future improvements, license.

Args: project_path: Path to the project directory, relative to the workspace root.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usageNo
featuresNo
tech_stackNo
descriptionNo
dependenciesNo
installationNo
license_nameNoMIT
project_pathYes
configurationNo
future_improvementsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It hints at overwriting via '(Re)generate' and lists the standard sections, but it does not clarify whether an existing README is overwritten, whether the file is created if missing, or what side effects or return values to expect. The mutation behavior remains ambiguous.

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 concise and front-loaded: one sentence states the purpose and another documents the key argument. There is no redundant or filler content.

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?

While the presence of an output schema reduces the need to document return values, the tool has 10 parameters and no annotations. The description fails to explain optional parameter behavior, overwrite semantics, or failure modes, leaving significant gaps for an agent to use all options confidently.

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

Parameters2/5

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

The input schema has 10 parameters and 0% schema description coverage, so the description must compensate. It only documents project_path; the other nine optional parameters are listed as section names but their semantics and interaction with auto-generation are not explained. This adds minimal meaning beyond their titles.

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's action (generate/regenerate) and the target resource (README.md), with a specific scope: 'for a project with the standard sections'. It is easily differentiated from sibling file and project tools, which focus on generic file operations.

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 implies the tool is for generating a standardized README, and gives the useful path guideline 'relative to the workspace root'. However, it does not explicitly state when to prefer this over alternatives like create_file or update_file, nor does it mention any exclusions or prerequisites.

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/shanmukhdatta/workspace-mcp'

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