Skip to main content
Glama

soundiiz_read_get_soundiiz_openapi_v1_merest_getmesmartlinks

Retrieve paginated smartlinks owned by the user. Control results with offset and limit parameters.

Instructions

[Smartlinks] Retrieves a paginated list of smartlinks owned by the authenticated user. This endpoint supports pagination via offset and limit query parameters to control the number of items returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offsetNoThe index of the first item to return. Default: 0 (the first item). Use with limit to get the next set of items.
limitNoThe maximum number of items to return. Default: 50. Minimum: 1. Maximum: 100.
Behavior3/5

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

With no annotations, the description bears full behavioral burden. It discloses the read-only nature implicitly ('retrieves') and pagination support, but does not detail authorization needs, rate limits, or side effects. Additional context (e.g., 'no destructive effects') would improve 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?

Two tightly focused sentences: the first explains the core function, the second explains pagination. No extraneous words, well front-loaded.

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 description covers the basic operation but lacks details about the return format (e.g., list of smartlink IDs or full objects) and how it relates to sibling tools like soundiiz_smartlinks_details. Given no output schema, a brief mention of response structure would enhance completeness.

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?

Schema coverage is 100% and the descriptions of offset and limit are clear. The description adds value by framing them as pagination control, which reinforces their purpose beyond the schema.

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 retrieves a paginated list of smartlinks owned by the authenticated user, distinguishing it from sibling tools like soundiiz_smartlink_get (single) and soundiiz_smartlinks_list (likely similar but without pagination emphasis).

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 for retrieving the user's own smartlinks with pagination control, but does not explicitly state when to use this tool over siblings like soundiiz_smartlinks_list or soundiiz_smartlinks_overview. No exclusion criteria or alternative guidance is provided.

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/BASIC-BIT/soundiiz-mcp'

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