Skip to main content
Glama

Split (creator affiliate platform)

Search links

split_search_links
Read-onlyIdempotent

Search or list the creator's Split links. page is 0-based and sort is a list, e.g. ["-created_at"] or ["-lifetime_clicks"]. Hidden links never appear, even with include_archived.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFree-text query over link titles and URLs
pageNo0-based page index
sizeNo
sortNo
tagsNo
domainsNo
is_favouriteNo
created_sinceNoElasticsearch date math, e.g. now-90d/d
created_untilNoElasticsearch date math, e.g. now/m
tags_to_excludeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds one useful behavioral note—hidden links never appear—but the reference to 'include_archived' is unsupported by the schema, which may confuse agents.

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?

Two sentences, front-loaded with the core purpose, then a compact note about pagination/sort and hidden links. No filler; each sentence adds information.

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 has 10 optional parameters and no output schema, so the description cannot fully cover all semantics. However, most remaining parameters have self-explanatory names, and the read-only annotations cover the safety profile. The main gap is the lack of any output/return information and the unresolved include_archived reference.

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 only 40%. The description adds helpful examples for `sort` and clarifies `page` is 0-based (though the schema already says that). It does not explain `size`, `tags`, `domains`, `is_favourite`, or `tags_to_exclude`, leaving part of the burden unaddressed.

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 opening phrase 'Search or list the creator's Split links' clearly identifies the action and resource. It doesn't explicitly name sibling tools for differentiation, but the scope ('creator's links') distinguishes it from collection-specific or single-link tools.

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?

No when-to-use or when-not-to-use guidance is present. The description doesn't mention alternatives such as split_get_link or split_get_collection_links, nor any exclusions for when a different tool would be appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources