Skip to main content
Glama

connect_wordpress

Connect to a WordPress site using its REST API. Requires site URL and optional API key for authentication.

Instructions

WordPress-Site verbinden.

Richtet eine Verbindung zu einer WordPress-Site ein. Die REST API muss aktiviert sein (Standard bei WordPress 4.7+).

Args: connector_name: Eindeutiger Name für diese Verbindung site_url: WordPress Site URL (z.B. "https://mein-blog.de") api_key: Optional — Application Password oder JWT Token

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connector_nameYes
site_urlYes
api_keyNo
Behavior2/5

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

No annotations are provided, so the description must carry the burden of behavioral disclosure. It reveals that api_key is optional and that the REST API must be enabled. However, it does not describe what happens upon success or failure, whether the connection persists, or any side effects beyond establishing a connection.

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 extremely concise, using a short title sentence followed by a prerequisite and bullet-pointed parameter explanations. Every line serves a purpose with no wasted words. The structure is easily parseable by an AI agent.

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

Completeness3/5

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

For a connection-establishment tool with no output schema, the description should ideally mention what the tool returns (e.g., success status, connection identifier). It lacks this information and also does not explain error handling or the state of the connection after invocation. The parameter details are good, but the overall context is incomplete.

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?

Schema description coverage is 0%, but the description provides clear, one-line explanations for all three parameters: connector_name (unique name), site_url (URL with example), and api_key (optional, type: Application Password or JWT Token). This adds meaningful context beyond the schema's bare field names and types.

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 action: 'WordPress-Site verbinden' and 'Richtet eine Verbindung zu einer WordPress-Site ein.' It specifies the resource (WordPress site) and includes a prerequisite (REST API must be enabled). The name and context distinguish it from sibling connect_* tools.

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 mentions a prerequisite (REST API enabled) but provides no guidance on when to use this tool versus alternatives like connect_calendly or connect_shopify. There is no explicit context for when-not-to-use or when to choose another connector.

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/AiAgentKarl/business-bridge-mcp-server'

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