Skip to main content
Glama

citerank_deploy_schema

Deploy JSON-LD schema markup directly to a specific page on your connected WordPress site. The schema is injected into the page head and tracked in the deployment log. Supports schema, speakable, llms_txt, robots, entity, webmcp, and a2a deployment types.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesDeployment type. Use "schema" for per-page JSON-LD. "robots_txt" for AI bot rules. "entity_schema" for sitewide entity.
payloadYesDeployment payload. For schema: {jsonld: "..."}. For llms_txt: {content:"..."}. For robots: {rules:"..."}.
post_idNoWordPress post ID to deploy schema to (required for per-page schema)
signal_keyNoSignal identifier (e.g. "schema", "speakable"). Defaults to type.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.7/5.0
Behavior2/5

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

The description discloses that schema is injected into the page head and logged, which is useful, but it generalizes this to all supported types, though robots_txt, llms_txt, etc. may not inject into the head. It also omits the 'markdown_file' type listed in the schema and uses inconsistent names ('robots' vs 'robots_txt', 'entity' vs 'entity_schema'), providing partial and potentially misleading behavior.

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 three concise sentences, front-loaded with the main action, and each sentence adds relevant information: purpose, behavioral detail, and supported types. No unnecessary fluff.

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?

The description conveys the core purpose and one behavioral detail, but the tool is complex (4 params, nested object, multiple deployment types) and the schema carries most of the parameter context. The description omits the full type list (markdown_file) and doesn't explain return values, so it is not fully complete despite the rich schema.

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?

Input schema coverage is 100% with detailed descriptions for each parameter. The description adds no additional parameter semantics beyond what the schema already provides, which matches the baseline for high schema coverage.

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 'Deploy JSON-LD schema markup directly to a specific page on your connected WordPress site', using a specific verb (deploy), resource (schema markup/page), and scope. This distinguishes it from siblings like citerank_generate_schema (generation) and citerank_analyze_* (analysis).

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 implies deployment usage, saying it deploys to a WordPress page and supports multiple deployment types, but doesn't explicitly contrast with alternatives or state when not to use it. The context is clear enough for a deployment action, but no exclusions are given.

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.

TDQS

A4.1/5.0
Disambiguation4/5

Most tools are clearly distinct by target resource and action (analyze vs deploy vs check vs simulate). Minor overlap exists between analyze_url and analyze_wp_page, and between get_wp_health and list_wp_pages, but descriptions clarify their specific intents.

Naming Consistency5/5

All tools follow a consistent 'citerank_' + verb_noun pattern (analyze_url, check_brand_citations, deploy_schema, simulate_agent_journey). No mixed conventions or vague verbs.

Tool Count5/5

Nine tools fit the domain of AI visibility and schema management well. Each tool maps to a specific workflow step, and the count is neither too sparse nor overwhelming.

Completeness4/5

The server covers the core lifecycle: analyze, generate, deploy, check health, and simulate. Missing explicit update/delete schema operations, but the health check and deploy log mitigate this, making the surface reasonably complete for its purpose.

Resources