Skip to main content
Glama
SerpstatGlobal

Serpstat MCP Server

Official

get_site_audit_project_default_settings

Retrieve recommended default settings for creating new site audit projects in Serpstat, providing sensible starting values for project configuration.

Instructions

Get DEFAULT TEMPLATE settings for creating new projects (NOT settings of existing project). Returns server-side recommended defaults. Use this to: populate new project form with sensible defaults, avoid hardcoding values, ensure settings stay current if Serpstat changes recommendations. Workflow: 1) Call this method, 2) Modify returned object (set domain, name, adjust limits), 3) Call set_site_audit_settings to save. Key differences from project settings: domain='' (must set), name='' (must set), pagesLimit=5000 (default), scheduleRepeatOption=3 (weekly). Does not consume API credits and does not require projectId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/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 effectively describes key traits: it 'does not consume API credits and does not require projectId,' specifies it 'returns server-side recommended defaults,' and details differences from project settings (e.g., domain='', name='', pagesLimit=5000). This covers safety, cost, and output behavior comprehensively.

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 front-loaded with the core purpose, followed by usage scenarios, workflow steps, and behavioral details. Each sentence earns its place by providing essential information without waste, such as clarifying differences from project settings and API credit implications, making it efficient and well-structured.

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 complexity (retrieving default settings for project creation) and lack of annotations or output schema, the description is complete. It explains the purpose, usage workflow, behavioral traits (no credits required, no projectId), and key output fields, ensuring an AI agent has all necessary context to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description appropriately focuses on usage and output semantics, mentioning key fields in the returned object (domain, name, pagesLimit, scheduleRepeatOption) without redundancy. A baseline of 4 is applied since no parameters exist, and the description adds value beyond the schema.

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 explicitly states the tool retrieves 'DEFAULT TEMPLATE settings for creating new projects' and clarifies it's 'NOT settings of existing project,' providing a specific verb (get) and resource (default template settings). It clearly distinguishes from sibling tools like 'get_site_audit_settings' by emphasizing defaults versus existing project data.

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?

The description provides explicit guidance on when to use this tool: to 'populate new project form with sensible defaults, avoid hardcoding values, ensure settings stay current.' It outlines a clear workflow (call this, modify returned object, call set_site_audit_settings) and names the alternative tool ('set_site_audit_settings') for saving modifications.

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/SerpstatGlobal/serpstat-mcp-server-js'

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