Skip to main content
Glama

Synchronize project traffic

sync_project_traffic

Pull fresh traffic snapshots from your project's connected analytics accounts to keep rankings data up to date. Provider rate limits and connection authorization rules apply.

Instructions

Synchronize traffic snapshots from the project's own connected analytics accounts now. Provider rate limits and connection authorization rules apply.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesIdentifier of the bisibility project to operate on; list_projects returns valid project ids.
idempotency_keyNo
Behavior3/5

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

Annotations declare readOnlyHint=false, openWorldHint=true, and destructiveHint=false. The description adds that 'Provider rate limits and connection authorization rules apply,' which supplements the openWorldHint by warning that this non-read operation may hit external rate limits and require authorized connections. However, it doesn't disclose what happens if the connection is unauthorized, whether sync is partial or full, or whether previously synced data gets replaced—costly gaps for a mutating tool.

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?

Two sentences, front-loaded with the core action. The first sentence states what the tool does and for what scope, and the second adds the key constraint (rate limits and authorization). No wasted words.

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

Completeness3/5

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

The tool is a mutating sync operation with no output schema, open-world implications, and an undocumented idempotency parameter. Given this complexity, the description is somewhat thin—it should clarify the idempotency_key semantics and what the sync actually returns or how to confirm success. But it does convey the essential scope and main caveats, making it minimally adequate.

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 50%, meaning only project_id has a description in the schema (the idempotency_key parameter has none). The description itself identifies the project as the scope ('project's own connected analytics accounts') and mentions rate limits, but it does not compensate for idempotency_key's missing documentation—not explaining its idempotency guarantee or how to use it to avoid duplicate syncs. Given the 50% coverage, the description should have explained the undocumented parameter.

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 states the verb ('Synchronize') and resource ('traffic snapshots from the project's own connected analytics accounts'), giving a moderately clear purpose. However, the exact mechanics—what 'synchronize' means here (pull fresh data? push data to accounts?) and how it differs from related traffic tools like list_traffic_snapshots or get_rank_check—aren't clarified, so sibling differentiation is weak.

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

Usage Guidelines3/5

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

The description implies usage ('Synchronize traffic snapshots from the project's own connected analytics accounts now') and notes provider rate limits and connection authorization rules apply, giving some context about when this should be invoked. However, it doesn't explicitly state when NOT to use it or name alternatives like list_traffic_snapshots (for reading existing snapshots) or test_provider_connection (for validating connectivity) when the goal is just inspection rather than a sync.

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/CorgiCorner/bisibility-mcp'

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