Skip to main content
Glama

python_pin

Specify a Python version for a project to lock its runtime environment, preventing version conflicts.

Instructions

Pin a Python version in a project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionYesPython version request.
project_pathNoOptional project directory.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo
messageYes
successYes
versionYes
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing behavior. It only says 'pin a Python version,' implying a mutation but not specifying what file is modified, whether existing pins are overwritten, or any side effects. No output or error behavior is mentioned.

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 a single concise sentence that communicates the core purpose without waste. It is front-loaded and every word contributes value.

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?

Despite having an output schema, the description is incomplete for a mutation tool: it doesn't describe the effect on the project, what the project_path parameter does, or any caveats. Given the many sibling tools and missing annotations, this is insufficient.

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 coverage is 100%, so both parameters already have descriptions in the schema. The tool description adds no additional meaning about parameter formats or semantics beyond what the schema provides, so the baseline of 3 applies.

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 uses a specific verb 'pin' with a clear resource ('Python version in a project'), which distinguishes it from sibling tools like python_install or python_list. However, it doesn't explicitly name alternatives or clarify what 'pin' modifies, so it stops short of full differentiation.

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 guidance is provided about when to use this tool versus alternatives. The description simply states the action without mentioning use cases, prerequisites, or excluding related tools like python_install for installing versions.

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/yriveiro/uv-mcp'

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