lekta
Server Details
Audits how AI answer engines read a page and grades it A+ to F across four measured layers.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolslekta_auditAudit a page the way AI answer engines read itARead-onlyInspect
Fetches ONE page exactly the way answer engines do (plain GET as LektaBot + a Chromium render pass) and grades it A+ to F across four layers: Access (robots.txt permissions for ~17 AI crawler tokens), Indexability (how much content exists without JavaScript), Answerability (is there a quotable answer) and Recency (is the page dated). Returns a readable verdict: grade, the issues ranked by point impact, and the complete fix for each. USE THIS when you need the current state of a page or after deploying fixes. DO NOT use it for machine parsing (use lekta_report for JSON), for planning without a new measurement (lekta_fix_plan), or to compare two runs (lekta_diff). COST AND BEHAVIOUR: takes 5-30 s (75 s hard limit), honors robots.txt, consumes one fresh-audit slot from the daily MCP quota; a repeat call within 15 minutes returns the cached measurement for free. The audited site is never modified.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute http(s) URL of ONE page, e.g. https://example.com/pricing. Not a domain list, not a sitemap — audit a representative content page, not only the homepage. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark readOnlyHint=true and destructiveHint=false, and the description reinforces that the site is never modified. It adds substantial context beyond annotations: plain GET as LektaBot plus Chromium render pass, robots.txt honoring, 5-30 s typical latency with 75 s hard limit, per-day quota consumption, and 15-minute caching behavior. There is no contradiction with the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with what the tool does and its output, then gives concrete usage and exclusions, then cost/behavior. Every sentence adds operational information an agent needs; there is no filler or redundant restatement of the name.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description carries the burden of explaining what the agent will receive: a readable verdict with a grade, ranked issues, and complete fixes. It also covers timing, quotas, caching, and robots.txt behavior. For a single-parameter tool, this is sufficient for correct invocation and result interpretation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage for the single url parameter is 100%, and the schema already explains that it must be an absolute http(s) URL of ONE page, not a domain or sitemap. The tool description adds little new parameter-level information beyond restating 'ONE page' and 'current state of a page', 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.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action (fetches ONE page as answer engines do) and a concrete outcome (grades A+ to F across Access, Indexability, Answerability, Recency). It explicitly names sibling tools for contrast (lekta_report, lekta_fix_plan, lekta_diff), so the agent can distinguish this tool without opening any schemas.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit 'USE THIS when...' guidance (current state or after deploying fixes) and explicit 'DO NOT use it for...' exclusions with named alternatives. This fully answers when to choose lekta_audit over lekta_report, lekta_fix_plan, or lekta_diff.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
lekta_diffCompare the last two audits of a pageARead-onlyIdempotentInspect
Compares the two most recent stored audits of one URL: grade and score movement, which checks improved, which regressed. This is the progress meter of the fix loop — call it after re-auditing to prove a fix worked. USE THIS after a deploy plus a fresh lekta_audit. DO NOT use it to compare two different URLs, and do not expect a result when only one audit exists. COST: free, reads stored data only.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute http(s) URL with at least two stored audits |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Although annotations already declare readOnlyHint and idempotentHint, the description adds valuable behavioral context: 'COST: free, reads stored data only' and the limitation that no result should be expected with only one audit. This goes beyond the structured annotations and clarifies side-effect-free behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the core purpose and then adds targeted usage and exclusion guidance. Every sentence serves a purpose: what it does, when to call it, when not to call it, and what it costs behaviorally.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter read-only tool with no output schema, the description covers the operation, expected output highlights, prerequisite conditions, and exclusions. An agent has enough information to decide when to call it and what to expect.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already documents the single 'url' parameter with 100% coverage, including the requirement of at least two stored audits. The description reinforces 'one URL' and the prerequisite of a fresh audit, but does not add substantial new parameter-level detail beyond what the schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: 'Compares the two most recent stored audits of one URL: grade and score movement, which checks improved, which regressed.' This clearly distinguishes lekta_diff from its siblings and communicates exactly what the tool computes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit positive usage: 'USE THIS after a deploy plus a fresh lekta_audit' and 'call it after re-auditing to prove a fix worked.' It also gives explicit negative constraints: 'DO NOT use it to compare two different URLs, and do not expect a result when only one audit exists.'
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
lekta_fix_planOrdered path to A+ for an audited pageARead-onlyIdempotentInspect
Turns the MOST RECENT stored audit of a URL into an ordered work plan: each fix with the points it is expected to recover, hardest-hitting first. USE THIS to decide what to change before touching the code. DO NOT use it to measure — it never fetches the page; if the URL was never audited it returns nothing and you must call lekta_audit first. COST: free, reads stored data only, and never spends quota.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute http(s) URL that was audited before |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds valuable behavioral context beyond those: it never fetches the page, reads stored data only, is free/quota-free, and returns nothing for unaudited URLs. There is no contradiction with the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the core transformation, then provides usage, limitation, and cost guidance in compact phrases. It is slightly redundant by saying both 'reads stored data only' and 'never fetches the page,' but overall every sentence earns its place and the structure is easy to scan.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter tool with strong annotations and no output schema, this description is complete. It explains what it produces, when to use it, what it cannot do, what happens for unaudited URLs, and the required next step (lekta_audit). No essential selection or invocation guidance is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the single url parameter already includes a meaningful description: 'Absolute http(s) URL that was audited before.' The tool description reinforces that the URL must have been audited, but does not meaningfully extend the parameter semantics beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific verb and resource: it turns the most recent stored audit of a URL into an ordered work plan with expected point recovery, hardest-hitting fixes first. It also differentiates itself from measurement tools by explicitly warning 'DO NOT use it to measure,' and distinguishes itself from lekta_audit by noting it returns nothing if the URL was never audited.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit when-to-use guidance: 'USE THIS to decide what to change before touching the code.' It also gives a clear exclusion: 'DO NOT use it to measure — it never fetches the page,' and provides a fallback: call lekta_audit first if the URL was never audited.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
lekta_my_sitesList saved sites on this accountARead-onlyIdempotentInspect
Lists the sites saved on the authenticated Lekta account with the latest grade, score and scheduled-recheck setting. USE THIS to see what this account already tracks before auditing something new. DO NOT expect sites from other accounts or a fresh measurement — it reads stored state only. COST: free, takes no parameters.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnly, openWorld, idempotent, and destructive annotations, the description adds meaningful behavior: it reads stored state only, returns no fresh measurement, and is account-scoped. It also states cost and zero parameters, leaving no hidden operational traits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact, front-loads the core action in the first sentence, and uses clear directives ('USE THIS', 'DO NOT') and a COST line. Every sentence adds value and the structure is easy to scan.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter read-only list tool, the description is complete: it states the account scope, the stored-state behavior, the included fields, and usage context. No output schema exists, but the description already names what the return contains.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema is empty and the description confirms 'takes no parameters.' With zero parameters there is little to explain, so the baseline of 4 applies; the description adds no param-specific meaning but correctly signals there are no arguments.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: 'Lists the sites saved on the authenticated Lekta account' and identifies exactly what data is returned (grade, score, scheduled-recheck setting). It also distinguishes the tool from a fresh audit by noting it 'reads stored state only.'
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It gives explicit when-to-use guidance: 'USE THIS to see what this account already tracks before auditing something new.' It also gives when-not-to-use boundaries: 'DO NOT expect sites from other accounts or a fresh measurement,' which routes the agent toward lekta_audit for fresh measurements.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
lekta_reportFull audit report as JSONARead-onlyInspect
Same measurement as lekta_audit but returned as the complete structured JSON report: every layer, every check with its status, evidence and fix text. USE THIS when a program (not a human) consumes the result, or when you need a field lekta_audit does not print. DO NOT use it for a quick human-readable verdict (lekta_audit is shorter and ranked by impact). COST: identical to lekta_audit — the cached report is free, otherwise it spends one fresh-audit slot.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute http(s) URL of ONE page, e.g. https://example.com/pricing |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already disclose readOnlyHint and destructiveHint, and the description adds valuable cost/caching behavior: 'cached report is free, otherwise it spends one fresh-audit slot.' This goes beyond annotations. No contradiction with annotations; openWorldHint aligns with the fresh-audit caveat.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Compact and well-structured: purpose is front-loaded, followed by usage guidance and cost note. Every sentence carries distinct information with no filler or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter read-only tool with no output schema, the description sufficiently explains the return format, usage context, and cost implications. Nothing an agent needs to select or invoke the tool correctly is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with the url parameter fully described as 'Absolute http(s) URL of ONE page.' The tool description adds no additional parameter-specific meaning beyond the schema, so the baseline 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific resource and output format: the complete structured JSON audit report with every layer and check including status, evidence, and fix text. It explicitly contrasts with lekta_audit's shorter human-readable output, making the distinction clear even among multiple siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Gives explicit when-to-use guidance: 'USE THIS when a program (not a human) consumes the result, or when you need a field lekta_audit does not print.' It also states when not to use it: 'DO NOT use it for a quick human-readable verdict,' naming lekta_audit as the alternative.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
5 tool updates
- First observed
lekta_audit - First observed
lekta_diff - First observed
lekta_fix_plan - First observed
lekta_my_sites - First observed
lekta_report
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
AEO audit: score any website 0-100 for AI visibility. Checks schema, meta, content, AI crawlers.
Brand visibility auditing across LLMs, AI search, and answer engines with GEO reports and scores.
Scan any website's AI readiness: AI search visibility and AI agent usability. Free, no auth.
See how ChatGPT, Claude, Gemini and Perplexity read any website. Scored out of 100.
Related MCP Servers
AlicenseNot gradedqualityDmaintenanceMeasures and improves how findable, readable, and usable a website is to AI answer engines and autonomous AI agents through hosted AEO audit tools.MIT- AlicenseAqualityBmaintenanceCheck whether a website is visible to AI search engines (ChatGPT, Perplexity, Claude, Google AI Overviews). Returns a 0-100 readiness score, a grade, and a specific fix for each gap. Dependency-free, no API keys.27MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to audit a website's AI visibility by checking crawler access, identity files, and page signals, and running a full scored audit across ChatGPT, Claude, Gemini, and Perplexity.MIT
- AlicenseNot gradedqualityBmaintenanceEnables auditing AI search visibility: checks site readiness for AI crawlers and measures whether ChatGPT, Gemini, and Perplexity recommend your site, including verbatim answers and citation gap analysis.1374AGPL 3.0
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Most tools have distinct purposes: audit, report, diff, fix_plan, and my_sites are clearly separated. The only potential confusion is between lekta_audit and lekta_report, but their output formats and use cases are explicitly differentiated.
All tools share the lekta_ prefix and use lowercase snake_case, which provides strong consistency. The pattern is not strictly verb_noun for every tool (e.g., lekta_my_sites, lekta_report), but these are minor deviations that do not harm readability.
Five tools is well-scoped for the domain of audit tracking and remediation. Each tool serves a necessary step in the workflow without adding redundant or unnecessary surface area.
The toolkit covers the full audit lifecycle: performing an audit, retrieving structured results, comparing versions, generating fix plans, and listing tracked sites. No obvious gaps exist for the stated purpose.