Skip to main content
Glama
valentil

FeatureBoard MCP Server

by valentil

Scaffold a whole website from one spec

scaffold_site

Generate a complete website from a single specification, setting home page title, tagline, theme, sections, and creating initial sub-pages. Optionally initialize git repository.

Instructions

Generate a whole site in one shot from a single spec instead of set_site field-by-field: sets the home page (title, tagline, theme, sections) and creates each initial sub-page. Persisted through the website store and rendered to the site location (/site/ by default, or the project's websiteLocation when set). Pass initGit:true to give the scaffolded site its own git repo (git init + a first "site: scaffold" commit) when it is not already inside one — the repo path is returned. Pair with the generate_site prompt, which has Claude produce the spec.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pagesNoInitial sub-pages to create.
themeNo
titleYesSite / home page title.
initGitNoGive the scaffolded site its own git repo (git init + first commit) when it isn't already inside one.
projectYes
taglineNo
sectionsNoHome page sections.
Behavior4/5

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

The description discloses behavioral traits beyond the neutral annotations: it specifies that the site is 'persisted through the website store and rendered to the site location', and explains the 'initGit' parameter behavior (git init and commit, returning the repo path). However, it does not mention potential side effects like overwriting an existing site, or any prerequisites. The annotations provide no hints, so the description carries the full burden, which it largely meets.

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 (four sentences) and front-loaded with the primary action. Every sentence adds value: the first states the main purpose, the second explains persistence and location, the third details the 'initGit' option, and the fourth suggests pairing with another tool. No redundant or unnecessary information.

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

Completeness4/5

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

Given the tool's complexity (7 parameters, nested objects) and lack of output schema, the description covers the core functionality well: it explains what is set, where it is stored, and a key optional behavior. However, it omits the output format (beyond 'repo path' for initGit) and does not mention error cases or prerequisites. It is sufficient for typical usage but could be more complete.

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?

The description adds some meaning beyond the schema: it lists home page fields (title, tagline, theme, sections) and explains the 'initGit' parameter. However, with 57% schema description coverage, the description does not fully compensate for missing parameter descriptions (e.g., 'project' and 'tagline' lack schema docs and are not detailed in the description). The description maps to most parameters but does not explain format or constraints beyond the schema.

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 purpose: 'Generate a whole site in one shot from a single spec.' It specifies the verb ('Generate' or 'scaffold') and the resource ('a whole site'). It also distinguishes from the sibling tool 'set_site' by noting it works 'instead of set_site field-by-field.'

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

Usage Guidelines5/5

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

The description explicitly contrasts with the alternative 'set_site' and recommends pairing with the 'generate_site prompt' to produce the spec. This provides clear guidance on when to use this tool (for bulk site creation from a spec) and mentions a complementary tool. No exclusions are needed.

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/valentil/featureboard-mcp'

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