Skip to main content
Glama
fetchSERP

FetchSERP MCP Server

Official
by fetchSERP

get_moz_analysis

Retrieve Moz domain analysis data to evaluate domain authority, link metrics, and SEO performance with the FetchSERP MCP Server API. Ideal for optimizing website strategy and enhancing search rankings.

Instructions

Get Moz domain analysis data

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe domain to analyze

Implementation Reference

  • Handler for get_moz_analysis: delegates to makeRequest API call to '/api/v1/moz' endpoint.
    case 'get_moz_analysis':
      return await this.makeRequest('/api/v1/moz', 'GET', args, null, token);
  • Input schema for get_moz_analysis tool: requires 'domain' parameter.
    inputSchema: {
      type: 'object',
      properties: {
        domain: {
          type: 'string',
          description: 'The domain to analyze',
        },
      },
      required: ['domain'],
    },
  • index.js:183-195 (registration)
    Registration of get_moz_analysis tool in the ListToolsRequestSchema response.
    {
      name: 'get_moz_analysis',
      description: 'Get Moz domain analysis data',
      inputSchema: {
        type: 'object',
        properties: {
          domain: {
            type: 'string',
            description: 'The domain to analyze',
          },
        },
        required: ['domain'],
      },
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states what the tool does ('Get Moz domain analysis data') without mentioning any behavioral traits such as whether it's read-only, requires authentication, has rate limits, or what the output format might be. This leaves significant gaps in understanding how the tool behaves.

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 extremely concise with a single sentence ('Get Moz domain analysis data'), which is front-loaded and wastes no words. It efficiently conveys the core purpose without unnecessary elaboration, making it easy to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of annotations and output schema, the description is incomplete for a tool that likely returns complex analysis data. It doesn't explain what 'Moz domain analysis data' includes (e.g., metrics, reports, or insights), leaving the agent uncertain about the tool's capabilities and how to interpret results. This gap is significant for effective tool selection and invocation.

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 description adds no meaning beyond what the input schema provides. The schema has 100% coverage with a clear description for the single parameter ('domain': 'The domain to analyze'), so the baseline score is 3. The tool description does not elaborate on parameter usage, constraints, or examples.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Get Moz domain analysis data' states a clear verb ('Get') and resource ('Moz domain analysis data'), but it's vague about what specific analysis data is provided. It doesn't distinguish this tool from sibling tools like 'get_domain_info' or 'get_domain_ranking', which might also provide domain-related data from Moz or other sources.

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

Usage Guidelines2/5

Does 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. With multiple sibling tools related to domain analysis (e.g., 'get_domain_info', 'get_domain_ranking', 'scrape_domain'), there's no indication of what makes this tool unique or when it should be preferred over others, leaving the agent to guess based on the tool name alone.

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

Related 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/fetchSERP/fetchserp-mcp-server-node'

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