Skip to main content
Glama

wordpress_probe_upload_limits

Check a WordPress site's effective upload limits, including file size, post size, and memory constraints. Uses WP REST API or companion plugin, cached for 24 hours.

Instructions

[UNIFIED] Probe a WordPress site for its effective upload limits (upload_max_filesize, post_max_size, memory_limit, max_input_time, wp_max_upload_size). Uses the airano-mcp-bridge companion plugin if present, else best-effort from the WP REST index. Cached 24 h per site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYes
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly explains that the tool will attempt to use a companion plugin for more accurate results, and if not available, will do a best-effort from the WP REST index. It also states the caching period of 24 hours, which helps the agent understand the freshness of results. There is no contradiction with annotations (none exist).

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 very concise, using only three sentences. It front-loads the purpose with '[UNIFIED]' and the core action 'Probe a WordPress site for its effective upload limits'. Every sentence adds value: method, caching, and what limits are checked. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has only one parameter and no output schema, the description adequately covers its semantics. It explains the two possible probing methods, the caching behavior, and the list of limits checked. This is sufficient for an AI agent to use the tool correctly without additional information.

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

Parameters4/5

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

The input schema only defines a 'site' parameter as a string with no description. The tool description adds meaning by specifying that the parameter represents a WordPress site URL, and that the tool probes that site for upload limits. This provides context beyond the raw schema, though it doesn't detail the expected format (e.g., must include protocol).

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: to probe a WordPress site for effective upload limits. It lists the specific PHP and WordPress limits checked (upload_max_filesize, post_max_size, etc.), making the function unambiguous. The tool name is descriptive, and the description adds specific detail, distinguishing it from sibling tools that deal with other aspects of WordPress or health metrics.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides usage context by explaining it uses the airano-mcp-bridge companion plugin if available, or falls back to the WP REST index. It also mentions that results are cached for 24 hours per site, implying the tool can be used to check limits before uploads. It doesn't explicitly state when not to use it or suggest alternatives, but the context is clear enough for an AI agent to decide when it's appropriate.

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/airano-ir/mcphub'

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