Skip to main content
Glama
Pcw-Life

Pressable MCP Server

by Pcw-Life

pressable_set_php_version

Set the PHP version for a WordPress site by specifying the site ID and choosing from 8.0, 8.1, 8.2, or 8.3. This updates the site's runtime environment.

Instructions

Set the PHP version for a specific site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
php_versionYes
Behavior1/5

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

No annotations are provided, and the description does not disclose any behavioral traits beyond the bare action. For a mutation tool like this, it should mention potential side effects, such as whether changes take effect immediately or require a restart, and that this is a write operation.

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 directly states the tool's purpose without any superfluous wording. It is front-loaded and easy to parse, earning all points for conciseness.

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's simplicity (two parameters, no output schema), the description still lacks essential context about usage when, side effects, and what happens after execution. There is no mention of return values or any warnings, leaving an agent without enough information to confidently invoke the tool.

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 description does not explain the 'id' or 'php_version' parameters beyond saying 'specific site', leaving 'id' ambiguous. Although the schema includes an enum for php_version, the description adds minimal semantic value. With 0% schema description coverage, the burden falls on the description to clarify parameters, which it fails to do.

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 clearly states the tool's function with a specific verb ('Set') and resource ('PHP version for a specific site'). However, it does not differentiate from sibling tools like pressable_update_site, which might also modify site settings, so it lacks explicit 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?

The description provides no guidance on when to use this tool versus alternatives, nor does it mention any prerequisites or exclusions. It simply states the action without contextual usage hints.

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/Pcw-Life/pressable-mcp-server'

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