Skip to main content
Glama
OrtaMarco

seo-geo-mcp-server

by OrtaMarco

Social Preview (Open Graph & Twitter Card) Check

social_preview_check
Read-onlyIdempotent

Prevent broken social link previews by validating Open Graph and Twitter Card tags, checking the og:image loads, and flagging relative image URLs.

Instructions

Validate the tags that build link-preview cards on X, LinkedIn, Facebook, Slack, WhatsApp and Discord: og:title, og:description, og:image, og:url, og:type, og:site_name and the twitter:* family. Optionally verifies the preview image actually loads, and flags the classic bug of a relative og:image URL (social scrapers require absolute URLs).

Args:

  • url (string): the page to check.

  • check_image (boolean): verify the og:image resolves (default true).

  • response_format ('markdown' | 'json'): output format (default 'markdown').

Returns: { open_graph{}, twitter{}, og_image_url, og_image_reachable, og_image_status, score, grade, findings[] }.

Example: "Why does my link preview look broken on LinkedIn?" -> social_preview_check(url="https://example.com/post").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPage URL to analyse, e.g. 'https://example.com/blog/post'. The scheme defaults to https://.
check_imageNoIssue a HEAD request to confirm the og:image actually loads.
response_formatNoOutput format: 'markdown' for a human-readable summary (default) or 'json' for the full structured payload.markdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
gradeYes
scoreYes
twitterYes
findingsYes
final_urlYes
open_graphYes
og_image_urlYes
og_image_statusYes
og_image_reachableYes
og_image_content_typeYes
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the safety profile is known. The description adds valuable behavioral context: the optional HEAD request to verify og:image, the detection of relative og:image URLs, and the return fields. This goes beyond the annotations without contradicting them.

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 well-structured and front-loaded with the purpose. It uses concise bullet-like sections for args and returns, includes an example, and every sentence contributes to understanding the tool. No filler or redundancy.

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?

Given the tool's moderate complexity, the description covers the core functionality (tag validation, image check, relative URL flag), the input parameters, and the return object. The presence of an output schema and annotations reduces the burden, and the example clarifies the use case. It is complete for an agent to select and invoke the tool correctly.

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 coverage is 100% (all 3 parameters have descriptions, defaults, and enums). The description merely repeats the parameter names and defaults in a more compact form, adding no new semantic meaning beyond what the schema already provides. The example usage is a minor addition but not enough to raise the score above the baseline.

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 ('Validate') and identifies the resource (social preview tags for link-preview cards on X, LinkedIn, Facebook, Slack, WhatsApp, Discord). It lists the exact tag families (og:*, twitter:*) and distinguishes itself from sibling tools like meta_tags_check by focusing specifically on social preview behavior.

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 a concrete example ('Why does my link preview look broken on LinkedIn?') that clearly signals when to use the tool. It does not explicitly mention alternatives or exclusions, so it falls short of a 5, but the context is strong and unambiguous.

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/OrtaMarco/seo-geo-mcp-server'

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