Skip to main content
Glama

combell_linux_hostings_set_php_memory_limit

Idempotent

Set the PHP memory limit for a Linux hosting domain to a specified value in MB, resolving memory exhaustion errors by adjusting configuration.

Instructions

Set the PHP memory limit (in MB) of a Linux hosting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domain_nameYes
memory_limitYesMemory limit in MB, e.g. 256

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare the operation is non-read-only, idempotent, and non-destructive, and the description is consistent with them. The description adds no behavioral detail beyond the unit ('in MB') and target scope, so it earns only a neutral score rather than credit for extra context.

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?

One short sentence that front-loads the action and target, with no filler. It is appropriately sized for such a simple setter.

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?

For a two-parameter setter with an idempotent annotation and no output schema, the description plus schema is nearly sufficient to invoke correctly. It might be strengthened by naming domain_name explicitly as the hosting identifier, but that is easily inferable from the operation.

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 schema documents memory_limit with unit and example, and the description reinforces 'in MB'; domain_name has no schema description, and the description only indirectly identifies it as a Linux hosting. Since schema coverage is only 50%, the description must compensate somewhat, and it does minimally but not fully; the parameter names themselves are fairly clear.

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 uses a specific verb ('Set'), a clear resource ('PHP memory limit'), and a scope ('Linux hosting'). It is immediately distinguishable from sibling tools such as set_php_version, set_php_apcu, or set_gzip, so an agent can identify when it applies.

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 the intended use—changing the PHP memory limit for a Linux hosting—but it gives no explicit when-to-use guidance, exclusions, or alternative tools. The tool name and scope make the situation inferable, but the agent is left to connect it to siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools