Skip to main content
Glama

testneo_bootstrap_web_mcp_project

Validates and creates a web project with optional default environment (base URL and credentials) in one request. Returns a trace of actions and recommended next tools.

Instructions

One-shot onboarding: validate → create web project with optional default environment (base_url + credentials) in a single POST when add_base_url_variable=true. Returns a trace + recommended_next_tools. Guarded like other writes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
website_urlYes
descriptionNo
project_environment_nameNostaging
add_base_url_variableNo
base_url_variable_nameNobase_url
environment_usernameNo
environment_passwordNo
confirmNo
idempotency_keyNo
Behavior3/5

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

With no annotations provided, the description must disclose behavioral traits. It mentions validation, creation, optional environment, and returns a trace plus recommended tools. However, it lacks details on mutation aspects, required permissions, idempotency, or rollback. 'Guarded like other writes' is vague.

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 extremely concise: two sentences that convey the core purpose, key constraint, and output. It is front-loaded with 'One-shot onboarding' and contains no unnecessary words.

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?

Given the tool has 10 parameters, no output schema, and no annotations, the description is insufficient. It does not explain the full workflow, validation details, or the meaning of required fields like name and website_url. The return value is only vaguely described.

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?

Schema coverage is 0%, so the description must explain parameters. It mentions 'add_base_url_variable' and 'base_url + credentials' but does not clarify other parameters like confirm, idempotency_key, environment_username, etc. The description adds minimal value 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: one-shot onboarding that validates and creates a web project with an optional default environment. It uses specific verbs and distinguishes from siblings like testneo_create_web_project and testneo_create_web_project_environment by combining both steps.

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 hints at when to use the environment part ('when add_base_url_variable=true') and says 'Guarded like other writes' but does not explicitly advise when to choose this tool over the separate create tools. Usage context is implied but not clearly delineated.

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/gururajhm-neo/testneo-mcp'

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