Skip to main content
Glama
SerpstatGlobal

Serpstat MCP Server

Official

create_project

Create a new project in Serpstat to track SEO metrics and conduct site audits for a specified domain.

Instructions

Create a new project in Serpstat for tracking SEO metrics and site audits

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe domain associated with the project (e.g., example.com)
nameYesThe name of the project. Can be the same as the domain or a custom name
groupsNoOptional list of groups to associate with the project. Groups will be created if they don't exist
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states 'Create a new project' which implies a write/mutation operation, but doesn't disclose behavioral traits like required permissions, rate limits, whether creation is idempotent, or what happens on failure. For a mutation tool with zero annotation coverage, this is a significant gap in transparency.

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 a single, efficient sentence that front-loads the core action ('Create a new project') and purpose. There's zero waste—every word contributes to understanding the tool's function. It's appropriately sized for a creation tool with good schema coverage.

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 this is a mutation tool (creating projects) with no annotations and no output schema, the description is incomplete. It doesn't explain what happens after creation (e.g., returns a project ID, triggers audits), error conditions, or system behavior. For a tool that modifies state, more contextual information is needed beyond the basic purpose statement.

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?

Schema description coverage is 100%, with clear parameter documentation in the schema (domain, name, groups). The description adds no parameter-specific information beyond what's already in the schema. According to scoring rules, when schema coverage is high (>80%), the baseline is 3 even with no param info in the description.

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

Purpose4/5

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

The description clearly states the action ('Create a new project') and resource ('in Serpstat'), with specific purpose ('for tracking SEO metrics and site audits'). It distinguishes from siblings like 'list_projects' or 'delete_project' by focusing on creation, though it doesn't explicitly contrast with them. The purpose is specific but lacks explicit sibling differentiation.

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 like 'list_projects' for viewing existing projects or 'delete_project' for removal. It mentions the general purpose but offers no context about prerequisites, timing, or exclusions. Usage is implied rather than explicitly stated.

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