Skip to main content
Glama
ArsNovaSingers

ars-nova-wordpress-mcp

Official

Get WordPress SEO Meta

wp_get_seo_meta
Read-onlyIdempotent

Fetch SEO meta for a WordPress post or page by ID or slug. Auto-detects the active SEO plugin (Yoast, RankMath, AIOSEO) and normalizes title, description, canonical, social, and focus keyword fields.

Instructions

Get SEO meta (title, description, canonical, OG/Twitter, focus keyword) for a single post or page. Auto-detects the active SEO plugin (Yoast, RankMath, AIOSEO) and normalizes the fields where possible.

Either 'id' or 'slug' must be provided.

Args:

  • content_type (enum): post | page. Required.

  • id (number): Numeric ID of target. Mutually exclusive with slug.

  • slug (string): Slug of target. Mutually exclusive with id.

  • response_format (enum): markdown | json. Default 'markdown'.

Returns: WPSeoMetaResult object with shape: { "detected_plugin": "yoast" | "rankmath" | "aioseo" | "none", "meta_title"?: string, "meta_description"?: string, "canonical_url"?: string, "noindex"?: boolean, "og_title"?: string, "og_description"?: string, "og_image"?: string, "twitter_title"?: string, "twitter_description"?: string, "twitter_image"?: string, "focus_keyword"?: string, "raw"?: object // The raw plugin-specific blob for reference }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoNumeric ID of the target. Either id OR slug is required.
slugNoSlug of the target. Either id OR slug is required.
content_typeYesWhether the target is a post or a page.
response_formatNoOutput format: 'markdown' for human-readable, 'json' for machine-readable.markdown
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false. The description adds meaningful behavioral detail: auto-detection of the active SEO plugin, normalization across plugins, and the presence of a 'raw' blob for unnormalized data. It also documents the response_format behavior. No contradiction with annotations.

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 well-structured with clear sections for Args and Returns. It is slightly longer than needed because it repeats schema details, but every sentence serves a purpose and it remains readable. The response shape is provided, which is valuable given no output schema.

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?

With no output schema, the description compensates by specifying the full WPSeoMetaResult shape. It covers required parameters, mutual exclusivity, plugin auto-detection, and normalization. The tool complexity is moderate, and the description addresses all key aspects for correct invocation and interpretation.

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 baseline is 3. The description repeats parameter information already present in the schema (e.g., id/slug exclusivity, content_type required, response_format default). It adds no new semantic meaning beyond what the schema already provides.

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 starts with a specific verb ('Get'), identifies the resource ('SEO meta') and its scope ('for a single post or page'), and enumerates fields (title, description, canonical, OG/Twitter, focus keyword). It clearly distinguishes from sibling write tool 'wp_update_seo_meta' by emphasizing read-only retrieval.

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 explicitly states the requirement that either 'id' or 'slug' must be provided, and that content_type is required. It implies usage (reading SEO metadata) but stops short of naming alternatives or when-not-to-use. This is clear context without explicit exclusions.

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/ArsNovaSingers/ars-nova-wordpress-mcp'

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