Skip to main content
Glama

seo_discover_project

Read-onlyIdempotent

Discovers website architecture, detected web frameworks (Laravel Blade, Next.js App/Pages Router, Nuxt, Astro, PHP, static HTML), routing structure, existing sitemap/robots configurations, and page inventory.

USAGE GUIDELINES:

  • Use when starting an audit of a local codebase to detect framework patterns and file routes.

  • Do NOT use for remote websites or live URLs; use 'seo_crawl_and_extract' or 'seo_audit_sitemap_multipage' instead.

BEHAVIORAL TRANSPARENCY:

  • Safe, read-only local filesystem scan. Makes no network calls and modifies no files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectPathNoAbsolute or relative directory path to the website root (e.g., "." or "/path/to/project"). Defaults to current directory..

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • addedInput schema / properties / projectPath / default
      Added value: +"."
    • changedInput schema / properties / projectPath / description
      Previous value: -"Absolute or relative path to project root directory."New value: +"Absolute or relative directory path to the website root (e.g., \".\" or \"/path/to/project\"). Defaults to current directory."
    • removedInput schema / required
      Removed value: -[
      -  "projectPath"
      -]
  2. First observed

TDQS

A4.4/5.0
Behavior4/5

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

The description adds context beyond annotations: 'Safe, read-only local filesystem scan. Makes no network calls and modifies no files.' This specifies the scan scope (local filesystem) and network behavior, which annotations do not cover. Given that annotations already declare readOnlyHint, idempotentHint, and destructiveHint, the added detail is useful but not extensive; a 4 is appropriate.

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-organized with sections for usage and behavior, but it is slightly verbose—'Safe, read-only local filesystem scan. Makes no network calls and modifies no files.' could be condensed. The primary purpose is front-loaded in the first sentence, and the structure is logical, earning a 4.

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?

For a tool with a single simple parameter and no output schema, the description covers the core functionality, usage, and behavior comprehensively. It lists the types of information discovered (frameworks, routing, sitemap/robots, page inventory), which is sufficient for an agent to invoke it correctly. No critical information is missing.

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?

The input schema already documents the single parameter (projectPath) with full 100% coverage, including default and example. The description does not add any parameter-specific meaning, so the baseline of 3 applies since the schema handles the burden.

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 a specific verb ('Discovers') and a concrete resource: website architecture, frameworks, routing, sitemap/robots, and page inventory. It distinguishes itself from sibling tools by specifying it operates on a local codebase, which is a clear differentiator.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit usage guidance is provided: 'Use when starting an audit of a local codebase' and 'Do NOT use for remote websites or live URLs; use 'seo_crawl_and_extract' or 'seo_audit_sitemap_multipage' instead.' This names alternatives and conditions, leaving no ambiguity.

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.

Resources