RankCLI
Server Quality Checklist
Latest release: v0.0.1
- Disambiguation4/5
Tools are mostly distinct: seo_analyze is a comprehensive audit, while individual tools provide focused deep dives. Some overlap exists between seo_geo_check and seo_robots_ai (both touch AI crawler access), but descriptions clarify the broader scope of geo check.
Naming Consistency4/5All tools share the seo_ prefix and use snake_case, with generation tools following a clear seo_generate_* pattern. However, analysis tools mix verbs (analyze, check) with bare noun phrases (seo_images, seo_internal_links), which is a minor inconsistency.
Tool Count5/513 tools is well-scoped for a technical SEO toolkit, covering analysis, generation, and informational tools without bloat. Each tool addresses a distinct SEO concern, and the count feels appropriate for the domain.
Completeness4/5The toolset covers major technical SEO areas: AI search, Core Web Vitals, structured data, security headers, images, internal links, and mobile. Missing sitemap analysis and content/keyword features, but these are minor gaps for a focused technical audit tool.
Average 3.7/5 across 13 of 13 tools scored. Lowest: 3.1/5.
See the Tool Scores section below for per-tool breakdowns.
- No community issues in the last 6 months
- 1 commit in the last 12 weeks
- No stable releases found
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI status not available
This repository is licensed under MIT License.
This repository includes a README.md file.
No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.
Tip: use the "Try in Browser" feature on the server page to seed initial usage.
Add a glama.json file to provide metadata about your server.
If you are the author, simply .
If the server belongs to an organization, first add
glama.jsonto the root of your repository:{ "$schema": "https://glama.ai/mcp/schemas/server.json", "maintainers": [ "your-github-username" ] }Then . Browse examples.
Add related servers to improve discoverability.
How to sync the server with GitHub?
Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.
To manually sync the server, click the "Sync Server" button in the MCP server admin interface.
How is the quality score calculated?
The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).
Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.
Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).
Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.
Tool Scores
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full responsibility for behavioral disclosure. It states the outcome (a robots.txt allowing AI crawlers) but does not clarify whether the tool returns content, writes to a file, or has side effects — leaving important behavioral ambiguity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The entire description fits in one focused sentence with no fluff. It front-loads the core purpose and adds a parenthetical list of crawler names that gives useful concrete context without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with one parameter and clear intent, but with no output schema and no annotations, the description does not specify the return format, whether it writes to the site, or how it relates to sibling tools. This leaves some gaps for an agent deciding how to invoke and interpret the result.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already provides 100% coverage for the single parameter, including an example ('https://example.com'). The description does not add parameter-level detail, but the schema is sufficient, aligning with the baseline for full schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific action ('Generate') and resource ('an AI-friendly robots.txt') with concrete examples of allowed crawlers. It does not explicitly differentiate from sibling tools like seo_robots_ai or seo_ai_crawlers, which may perform overlapping functions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is for generating a robots.txt that permits AI crawlers, but it gives no explicit when-to-use guidance, prerequisites, or alternatives. Given several sibling tools with similar SEO-focused names, the lack of exclusionary guidance is a gap.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure, but it only states the high-level action. It does not say whether the tool scans the site, returns a static template, or has side effects, nor does it describe the output format.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single efficient sentence with no filler. The action and object are front-loaded, and this level of detail is appropriately concise for a one-parameter tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness2/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has no output schema and no annotations, so the description should clarify what the generated configuration looks like or how it is returned. It does not, leaving agents to guess at the return format and runtime behavior.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% because siteUrl is already described as 'Base URL of the site'. The tool description adds no additional parameter meaning beyond that, so the baseline of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific verb ('Generate'), resource ('recommended security headers configuration'), and target ('a site'). The verb also distinguishes it from the sibling tool seo_security_headers, which likely checks or analyzes headers rather than generating a configuration.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided about when to choose this generation tool over sibling tools such as seo_security_headers or seo_generate_robots. The intended use case is implied by the name and phrase 'recommended... configuration', but the description does not state exclusions, alternatives, or context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full behavioral disclosure burden. It clearly indicates a non-destructive generation operation and the output is a template, but it does not describe return format details, whether anything is written, or any other behavioral nuances. This is adequate but minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that names the action, the deliverable, and the valid page types. Every word adds value, and there is no redundant or filler content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is low-complexity, all parameters are documented in the schema, and the description identifies the output as a JSON-LD structured data template, which compensates for the lack of an output schema. It is complete enough for an agent to invoke the tool correctly, though it could have mentioned optional parameter behavior more explicitly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does 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 all five parameters. The description repeats the page type enum values and adds no significant semantics beyond what the input schema provides, which meets the baseline for full schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Generate') and resource ('JSON-LD structured data template') and lists the supported page types, making the tool's function immediately clear. It does not explicitly differentiate from the sibling 'seo_structured_data', but the generation-focused wording distinguishes it enough for basic selection.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like 'seo_structured_data' or the other generation tools. There are no exclusions, prerequisites, or scenario-based usage hints beyond the implied purpose of generating structured data templates.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden of behavioral disclosure. It communicates that the tool is a read-only analyzer by enumerating the checks it performs, but it does not describe output format, limitations, or how verdicts like PWA readiness are determined.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two short sentences with no filler. It front-loads the core purpose and then concisely enumerates the specific checks, making it easy to scan and understand.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a read-only analyzer with two simple, fully documented parameters, the description provides enough context for an agent to select and invoke the tool. The lack of any mention of return values or result structure is a minor gap since no output schema exists, but the listed checks help compensate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the parameters 'url' and 'html' are already documented clearly. The description adds no additional meaning about how those parameters should be used or their relationship to the mobile SEO analysis.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as analyzing mobile SEO and lists specific checks (viewport, touch targets, font sizes, content width, PWA readiness). It is specific enough to distinguish from a generic seo_analyze, but it does not explicitly differentiate itself from sibling tools like seo_core_web_vitals.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives no guidance on when to use this tool versus the many sibling tools, nor does it mention exclusions or alternatives. The context of 'mobile SEO' is implicit, but there is no explicit when-to-use or when-not-to-use direction.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of conveying effects; 'Get information' implies a read-only operation but never explicitly states it. It does disclose the returned content (user agents and purposes), but it adds no detail about response shape, freshness, or whether the list is exhaustive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is one tight, front-loaded sentence with concrete examples and no filler. Every part contributes to the agent's understanding.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter retrieval tool, the description gives enough information to invoke it and know what the output will include. A short note distinguishing it from seo_robots_ai would make it fully complete, but nothing essential to calling it is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool takes zero parameters, so there is no parameter ambiguity for the description to resolve. The baseline of 4 applies because no parameter documentation is required.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Get information') and names a concrete resource ('all known AI crawlers') with explicit examples and fields returned. It is clear what the tool does, though it does not explicitly differentiate itself from the adjacent sibling seo_robots_ai.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description says nothing about when to choose this tool over alternatives such as seo_robots_ai or seo_generate_robots. There are no exclusions, prerequisites, or scenario hints beyond the basic purpose.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations, so the description carries the behavioral disclosure burden. 'Analyze' reasonably implies a read-only action and the output is described, but the description doesn't mention limitations such as only recognizing known AI crawlers or behavior on malformed robots.txt input.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no redundant wording. It front-loads the action and directly states the output, making it efficient and easy to scan.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple single-parameter analysis tool with no output schema, the description covers the core input and expected result sufficiently. It could be slightly stronger by explicitly contrasting with seo_ai_crawlers, but nothing essential is missing for invoking it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% because the only parameter, robotsTxt, is already described as 'Content of robots.txt file'. The tool description adds no additional parameter-level meaning beyond what the schema provides, so baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Analyze') with a specific resource ('robots.txt') and clearly states the output ('which AI crawlers are allowed or blocked'). It is clear on its own, though it doesn't explicitly differentiate from the similarly named sibling seo_ai_crawlers.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool should be used when you have robots.txt content and want AI crawler permission status, but it provides no explicit when-to-use or when-not-to-use guidance. It does not mention alternatives like seo_generate_robots or seo_ai_crawlers.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. 'Analyze' and 'Checks' imply a read-only inspection and the description names the exact areas inspected. However, it does not disclose whether the tool fetches the live page, whether it only processes the provided HTML, what the output structure looks like, or whether it returns pass/fail indicators, scores, or recommendations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
A single, front-loaded sentence communicates the tool's purpose and the concrete checks it performs. Every element is useful and there is no redundant or filler content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple two-parameter tool, the description gives a reasonable overview of what the tool examines. But with no output schema and no annotations, it does not explain the form of the result or how the analysis is presented, which leaves some ambiguity for agent consumption.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents both parameters clearly. The description adds no additional parameter semantics beyond naming the analysis categories, which is acceptable but not additive.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
Description states a specific verb and resource: 'Analyze images for SEO and performance.' It then enumerates concrete checks (alt text, dimensions, formats, lazy loading, responsive images), which clearly distinguishes it from sibling SEO tools covering robots, structured data, internal links, and so on.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use the tool: whenever an agent needs image-related SEO or performance analysis. However, it does not explicitly state when not to use it or reference alternative tools such as seo_analyze, leaving some routing responsibility to the agent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It does communicate a read-only analysis behavior and enumerates the analysis dimensions, but it does not clarify whether the tool uses the provided HTML directly, fetches the URL, or how the suggestions are returned. This leaves meaningful behavioral ambiguity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two short sentences with the main purpose front-loaded and the supporting detail in the second sentence. Every phrase contributes value with no filler or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has low complexity and a fully documented two-parameter schema, but there is no output schema and no stated return format. The description explains the analysis focus but omits practical invocation context such as how the HTML input is consumed, what the output looks like, or any limitations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the parameters are already well documented. The description adds general context about internal linking but does not add specific meaning to the url or html parameters beyond what the schema already provides, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description names a specific verb and resource: 'Analyze internal linking structure.' It then lists concrete checks (anchor text quality, orphan page risk, link distribution) and an action (suggest linking opportunities), making it distinct from the generic seo_analyze and other SEO sibling tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies when to use the tool — when internal linking analysis is needed — but it does not explicitly distinguish it from alternate tools or say when not to use it. No exclusions or alternatives are mentioned, so the usage guidance is left to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations, so the description carries the full burden of behavioral disclosure. It does a good job by explicitly listing what the tool analyzes, including AI crawler access, robots.txt rules, JS rendering, content structure, citation readiness, and FAQ/entity extraction. It does not explain live-fetch behavior or how optional html and robotsTxt inputs affect execution, but the 'Check' and 'Analyzes' wording clearly indicates a non-mutating inspection tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured and front-loaded with a clear one-sentence purpose, followed by a concise bulleted list of analysis dimensions. It ends with a one-line statement of business value that justifies relevance. Every line contributes useful information without redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description provides strong context about what the tool checks, why it matters, and where it fits in the GEO landscape, which is sufficient for selecting it. It does not describe expected return values, but with no output schema and no annotations, that is a minor gap. It also does not explicitly discuss how optional html and robotsTxt parameters are used, but the parameter names and schema descriptions are self-explanatory enough.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3 and the schema already documents all parameters. The description adds some thematic meaning by mentioning robots.txt rules and JS rendering, which relate to robotsTxt and html, but it does not clarify the relationship or precedence between required url and optional html/robotsTxt inputs. The added semantic value over the schema is modest.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Check' and the resource: whether a website is optimized for AI search engines (GEO). It further specifies the analysis areas, making the tool's purpose concrete. However, it does not explicitly distinguish itself from the sibling tools seo_ai_crawlers or seo_robots_ai, which likely overlap in checking AI crawler access and robots.txt rules.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use the tool by noting it is 'Critical for visibility in ChatGPT, Perplexity, Claude, and Gemini responses.' It does not explicitly state when to prefer this tool over seo_ai_crawlers or seo_robots_ai, nor does it provide any when-not-to-use conditions. The guidance is present but left mainly to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It does disclose the key output behavior (returns a security grade A+ through F), which is useful. However, it does not mention that the analysis is based on the provided headers rather than fetching the URL, nor does it state any side-effect or permission expectations. The return-value disclosure helps, but other behavioral traits are left unstated.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, tight sentence that states the action, the subject, and the return value. No filler or redundant wording exists, and it is appropriately front-loaded with the core purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity, two well-described parameters, and no output schema, the description is nearly complete: it explains what is analyzed and what is returned. It could be improved by explicitly noting that the headers are supplied by the caller and that the tool does not perform a live crawl, but this is inferable from the schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% for both parameters, so the baseline is 3. The description adds context by listing example header names, which helps clarify what 'security headers' refers to, but it does not add meaningful semantics beyond the schema's existing 'URL of the page' and 'HTTP response headers' descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Analyze') with a clear resource ('security headers') and enumerates concrete examples (HTTPS, HSTS, CSP, X-Frame-Options). This makes the tool's function immediately understandable and distinguishes it from the sibling seo_generate_security_headers, which is about generation rather than analysis.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for assessing existing security headers, and the sibling tool names suggest a generation counterpart. However, it does not explicitly state when to choose this tool over alternatives or provide exclusions. Usage context is clear but only implied, not directly stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral disclosure burden. It discloses concrete behaviors: checking required properties, supporting specific schema types, evaluating rich result eligibility, and flagging common mistakes. It does not describe output format or whether the URL is fetched, leaving some ambiguity, but the core validation behavior is clearly communicated.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and well-structured, with the main purpose in the first sentence and a concise bullet list of checks. Every sentence adds useful information without redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description gives enough to understand what the tool validates and how to invoke it, given the schema covers the two parameters. However, there is no output schema and the description does not explain what the validation result looks like, how errors are reported, or any limitations, so the context is not fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, and the schema already explains both parameters as 'URL of the page' and 'HTML content with JSON-LD.' The tool description adds no parameter-specific meaning beyond what the schema provides, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource: 'Validate JSON-LD structured data (Schema.org).' It then lists concrete check categories and supported schema types, which clearly distinguishes it from sibling tools like seo_generate_schema, whose purpose is generation rather than validation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no explicit when-to-use/when-not-to-use statement or named alternatives, but the validation framing provides clear context for selecting this tool over generation-focused siblings. It lacks exclusion criteria, so it does not earn a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the transparency burden. It discloses that the tool 'returns scores and issues' and calls Core Web Vitals 'Performance estimates,' a useful caveat about precision. The read-only nature is implied by 'analyze,' though it does not discuss data-fetching behavior or limitations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the main action and uses a scannable bullet list to convey the breadth of a comprehensive audit. There is minimal redundancy and each line communicates a distinct audit category or usage instruction.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
There is no output schema, so the description's list of returned 'scores and issues' categories is essential and sufficiently high-level. It does not describe the exact result shape or how html/robotsTxt interact with url, but the schema covers the parameters and the description is adequate for an aggregate audit tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already documents all three parameters with high coverage (100%), so the baseline is 3. The description's bullet list adds context about what dimensions the analysis covers but does not add detail about the url, html, or robotsTxt parameters beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb+resource ('Run comprehensive SEO analysis on a webpage') and enumerates the audit areas (GEO, Core Web Vitals, structured data, etc.), which clearly distinguishes this aggregate audit tool from the specialized sibling tools. The phrase 'complete SEO audit' reinforces its role.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The final line 'Use this for a complete SEO audit' gives an explicit when-to-use instruction. It does not name the specialized siblings as alternatives or list exclusions, so it stops short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral burden. It honestly says 'Estimate' rather than 'measure', indicating the results are approximations based on HTML analysis, and it enumerates specific detectable issue categories. This gives useful behavioral expectations without overpromising real-world lab or field data.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded: the core purpose and metrics appear in the first sentence, followed by a tight bulleted list of issues. Every sentence earns its place, and the structure makes the tool's capabilities easy to scan.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description adequately covers what the tool does, its input basis, and the categories of findings it produces. There is no output schema, so some return-format detail is missing, but for a two-input analysis tool the provided description is otherwise sufficient for an agent to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so both parameters (url and html) are already documented in the schema. The description adds the useful context that analysis is performed 'from HTML', but it does not further clarify the role of the URL parameter beyond what the schema says. A baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action ('Estimate') with a clear resource (Core Web Vitals) and the concrete metrics involved (LCP, CLS, INP, TTFB). It also lists the types of issues detected, making the tool's role clear and distinct from the sibling SEO tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies when to use this tool: when the user has HTML content and wants Core Web Vitals estimates or HTML-related performance issue detection. It does not explicitly name alternatives or exclusions, but the scope is specific enough that an agent can select it confidently among the SEO sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues.
- Evaluate tool definition quality.
Our badge communicates server capabilities, safety, and installation instructions.
Card Badge
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/integrallis/rankcli-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server