Skip to main content
Glama

discover_abilities

Read-onlyIdempotent

List what this WordPress site can do. ALWAYS call this first to get the exact ability_name before execute_ability. Optionally filter with query (keyword) or category. Returns each ability's name, a one-line description, and key parameters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoKeyword filter, e.g. "post", "order".
categoryNoCategory/group slug to filter by.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
countNo
errorNo
successYes
abilitiesNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds behavioral context beyond those annotations by stating that the tool returns each ability's name, a one-line description, and key parameters, which is essential for subsequent execution.

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 two tightly written sentences with no filler. It front-loads the core purpose and the critical usage instruction, then covers filters and return content efficiently.

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?

This is a simple, read-only discovery tool with two optional parameters and an output schema. The description covers what it lists, how it should be used relative to execute_ability, how to filter, and what each result contains. Nothing essential for correct invocation is missing.

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%, so the schema already fully documents both optional parameters. The description reinforces that they are filters and that they are optional, but it does not add meaning beyond what the input schema already provides. A baseline 3 is appropriate.

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 ('List') and a clear resource ('what this WordPress site can do'), and explicitly positions the tool as the source for obtaining the exact ability_name needed before execute_ability. This differentiates it from its sibling execute_ability, making its purpose unambiguous.

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 gives explicit usage guidance: 'ALWAYS call this first to get the exact ability_name before execute_ability.' It also notes optional filtering by query or category. However, it does not address when to use get_ability_info instead, so the guidance is strong but not fully exhaustive.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources