Skip to main content
Glama
osherai

AgencyAnalytics MCP Server

by osherai

list_backlinks

Retrieve backlinks from AgencyAnalytics with optional campaign filtering and pagination to efficiently access large datasets.

Instructions

List backlinks from AgencyAnalytics.

Retrieves custom backlinks with optional filtering by campaign.

Args: campaign_id: Filter by campaign ID (optional) offset: Pagination offset (default: 0) limit: Maximum number of results (default: 50)

Returns: JSON array of backlinks with metadata

Examples: - list_backlinks() - Get all backlinks - list_backlinks(campaign_id=123) - Get backlinks for campaign 123 - list_backlinks(offset=50, limit=50) - Get next page

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
campaign_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the full burden. It implies read-only behavior via 'list' and 'retrieves', and describes the return format. However, it does not disclose auth needs, rate limits, or potential side effects, which are not explicitly covered.

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 well-structured with a title, summary, args, returns, and examples. Every section is concise and informative, with no redundant or vague language.

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?

For a straightforward list tool with optional filtering and pagination, the description covers purpose, parameters, return format, and examples. It lacks error handling or edge-case details, but these are not critical for basic invocation.

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

Parameters5/5

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

The input schema has no parameter descriptions (0% coverage), but the description fully compensates by explaining campaign_id as a filter, offset for pagination, and limit for max results, plus usage examples. This adds meaning beyond the schema's types and defaults.

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 the tool lists backlinks from AgencyAnalytics, using the specific verb 'list' and resource 'backlinks'. It distinguishes from sibling tools like list_keywords, list_campaigns, and list_users by naming the resource explicitly.

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?

The description provides clear usage context through examples for no filter, campaign filter, and pagination. It does not explicitly mention alternatives or when not to use, but the resource-specific naming and examples make usage intuitive.

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/osherai/mcp-agencyanalytics-python'

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