list_endpoints
list_endpointsList ALL Reelfy paid endpoints with live prices and example URLs (free, no payment).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No |
list_endpointsList ALL Reelfy paid endpoints with live prices and example URLs (free, no payment).
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
| Name | Required | Description | Default |
|---|---|---|---|
| result | No |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotation Contradiction: The description says 'List' and 'free, no payment' indicating a read-only, side-effect-free operation, but annotations set readOnlyHint=false, implying potential state changes. This is a serious inconsistency. The description does not add meaningful behavioral context beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One sentence with zero fluff, front-loaded with the action and resource. Every word carries meaning, including the free/payment note.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple, has an output schema, and the description covers purpose and cost. It is complete enough for an agent to select and invoke it correctly, though it could have briefly mentioned that it precedes calling call_endpoint.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has 0 parameters, so the schema covers everything. The description does not need to explain parameter semantics, and the baseline of 4 applies. It adds no misleading parameter information.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description explicitly states the tool lists ALL Reelfy paid endpoints, includes live prices and example URLs, and is free/no-payment. This clearly distinguishes it from siblings like call_endpoint, which invokes endpoints rather than enumerating them.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly communicates that this tool is the free way to see all paid endpoints with prices and URLs, making its use case obvious. However, it does not explicitly mention when not to use it or name the alternative (call_endpoint), though the context is enough to infer.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Four image generation tools, three video tools, and five 'ask' tools create significant overlap. Although descriptions specify the model, an agent must carefully compare prices and capabilities to choose correctly, making misselection likely.
All tool names use snake_case, but patterns are mixed: some start with verbs (remove_bg, scrape_page), some with nouns (crypto_prices, market_snapshot), and many use ai_/ask_ prefixes. Model suffixes like flux, gpt, pro, kling are descriptive but not systematically applied.
24 tools is heavy, inflated by near-duplicate variants for image, video, and LLM queries. While the broad scope justifies a large count, the redundant tools could have been consolidated.
The toolset covers a wide range of media and data tasks: image, video, music, voice, vision, LLM, web, crypto, domain, and endpoint discovery. Notable gaps like speech-to-text or image editing exist, but the surface is fairly complete for a general-purpose media toolkit.