Skip to main content
Glama
TeamUnilytics

Unilytics MCP Server

Official

add_tracked_keywords

Append keywords, competitors, and target locations to a project for SEO tracking. Provide project_id to add to existing lists without duplicates.

Instructions

Add tracked keywords, competitors, and/or target locations to a project.

Appends to the project's existing lists (no duplicates). Call list_projects()
first to get the project_id. At least one of keywords/competitors/locations
must be provided.

Args:
    project_id: The project UUID (from list_projects or create_project).
    keywords: Keywords to add — a list, or a comma-separated string.
    competitors: Competitor domains to add — a list, or comma-separated string.
    locations: Target locations to add — a list, or comma-separated string.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
configNo
keywordsNo
locationsNo
project_idYes
competitorsNo
Behavior4/5

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

It discloses that the operation appends to existing lists with no duplicates, and that inputs can be lists or comma-separated strings. Since annotations only include a title, the description carries the burden and adds meaningful behavioral context, though it lacks details on error handling or reversibility.

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 concise and well-structured: a one-sentence summary, a usage note, and a parameter list. Every sentence adds value, and the format is easy to scan.

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

Completeness4/5

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

It covers purpose, prerequisites, parameter semantics, and constraints. The omission of the 'config' parameter and lack of return value details are minor gaps, but overall it is sufficiently complete for a simple append operation without an output schema.

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 schema has 0% description coverage, so the Args section in the description is essential. It explains project_id, keywords, competitors, and locations with types and semantics. However, the 'config' parameter in the schema is not mentioned, leaving a gap.

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 it adds tracked keywords, competitors, and/or target locations to a project. The verb 'Add' and resource are specific, and it distinguishes itself from the sibling tool add_tracked_prompts by naming the exact entities.

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

Usage Guidelines4/5

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

It provides a clear prerequisite (call list_projects() first to get the project_id) and a constraint (at least one of keywords/competitors/locations must be provided). However, it does not explicitly mention alternatives or when not to use this tool, but the context is clear.

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/TeamUnilytics/unilytics-mcp'

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