Skip to main content
Glama
vinhgiga

obox-mcp

by vinhgiga

obox_fastapi_init_project

Initialize a FastAPI project at a specified path, create a uv environment with the chosen Python version, and install fastapi[standard].

Instructions

Initializes a new FastAPI project at the specified path. Sets up uv environment with the specified Python version and installs fastapi[standard].

Args: path: The absolute path where the project should be initialized. python_version: The Python version to use (default: "3.12").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
python_versionNo3.12

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It discloses the key actions: initializing a project, setting up a uv environment, and installing fastapi[standard]. While it does not detail side effects like overwriting or network requirements, it provides meaningful behavioral context beyond the tool name.

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, with the primary purpose stated in the first sentence. The Args section is structured and provides necessary details without unnecessary verbosity.

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?

The description covers the main functionality and all parameters, and an output schema exists so return details are omitted. It lacks explicit preconditions (e.g., whether the path must be empty) but is adequate for a project initialization tool.

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

Parameters5/5

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

The schema has no parameter descriptions (0% coverage), but the description's Args section explains both parameters: path is an absolute path, and python_version is the Python version with a default of '3.12'. This fully compensates for the schema's lack of semantic detail.

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 specifies the tool's function: 'Initializes a new FastAPI project at the specified path.' It also details the setup steps (uv environment, FastAPI installation), making it distinct from sibling tools like react_init_project.

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 usage for FastAPI project initialization but does not explicitly mention when to use it versus alternatives or provide exclusions. Usage context is inferred from the tool name and description rather than stated directly.

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/vinhgiga/obox-mcp'

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