Skip to main content
Glama

Get WordPress Admin Login URL

kinsta_environments_wpa_login-url

Generate a temporary WordPress admin login URL for an existing user by providing the environment ID and admin email.

Instructions

Create a WordPress admin login URL for an existing user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesThe WordPress admin email
env_idYesThe environment ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.1.0

TDQS

B3.2/5.0
Behavior2/5

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

Annotations only include openWorldHint: true, with no readOnlyHint or destructiveHint, so the description carries the full burden of disclosing side effects. The description says 'Create a WordPress admin login URL' but does not clarify whether this is a read-only operation (generating a URL) or if it mutates state (e.g., creates a session). It also does not mention authentication requirements, idempotency, or whether the user must exist beforehand (though it hints at it). This is a significant gap for a tool that might be mistaken as 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.

Conciseness4/5

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

The description is a single, concise sentence with no filler. It communicates the core purpose efficiently. However, the word 'Create' could be improved to 'Get' to align with the title, and it does not front-load any critical constraints beyond 'existing user'. Still, it is appropriately short and structured.

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 simple tool with two parameters and no output schema, the description provides the essential context: it generates a login URL for an existing user. It does not explain the return value format (though the title implies it returns a URL), error conditions, or any side effects. Given the absence of readOnlyHint and output schema, the description should do more to clarify the nature of the operation and expected output, but it is not severely incomplete for such a focused tool.

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?

Schema description coverage is 100%, with both parameters having clear descriptions ('The WordPress admin email' and 'The environment ID'). The tool description does not add additional meaning beyond the schema, such as format constraints or usage context for each parameter. Since the schema already documents the parameters adequately, a baseline of 3 is appropriate.

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 states a specific verb ('Create') and resource ('WordPress admin login URL') and clarifies that it applies to an existing user. This distinguishes it from sibling tools like kinsta_environments_wpa_create-user (which creates users) and kinsta_environments_wpa_user-exists (which checks existence). However, the verb 'Create' is slightly misleading for a URL generation action, which the title more accurately calls 'Get'.

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 phrase 'for an existing user' implies that this tool is not for new users, indirectly pointing to create-user as the alternative. But it does not explicitly state when to use this tool versus checking user existence or creating a user, nor does it provide any exclusions or prerequisites beyond the user being existing. Usage is implied but not explicit.

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