Skip to main content
Glama

wordpress_import_content

wordpress_import_content

Import WordPress XML content by specifying a file URL to populate your site.

Instructions

Import content from WordPress XML

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileUrlYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changedv1.0.0
    • addedInput schema / $schema
      Added value: +"http://json-schema.org/draft-07/schema#"
    • addedInput schema / additionalProperties
      Added value: +false
  2. First observed

TDQS

C2.2/5.0
Behavior1/5

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

No annotations exist, so the description carries the full burden. It fails to disclose whether the import overwrites existing data, requires authentication, or what side effects occur. The one-sentence description gives no behavioral detail beyond 'import'.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is quite short and front-loaded, but it is under-specified rather than efficiently complete. It is a single sentence with no waste, but it omits critical details, making it more terse than concise.

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

Completeness1/5

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

With only one parameter, no annotations, no output schema, and no explanation of return values, side effects, or import scope, the description is completely inadequate. The agent would have no idea what to expect or how to handle edge cases.

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

Parameters1/5

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

Schema coverage is 0% and the description does not explain the fileUrl parameter beyond its name. The tool sends no semantic information about what the URL should point to (e.g., remote file, upload, format constraints).

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 imports content from WordPress XML, which is a specific verb and resource. It distinguishes from content creation/export tools, though it doesn't specify the exact scope of 'content' (e.g., posts, media, settings).

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 on when to use this tool versus alternatives like wordpress_export_content or bulk creation tools. The description implies usage for importing XML, but no explicit when-to-use or exclusion context.

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