Skip to main content
Glama
modelnorth

fiverr-phantom-mcp

by modelnorth

fiverr_get_overview

Inspect the authenticated Fiverr seller account to retrieve username, profile URL, and existing gigs.

Instructions

Inspect the authenticated Fiverr seller account: username, profile URL, and existing gigs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It notes that the account must be authenticated, which is important, and 'inspect' implies a non-destructive operation. However, it does not disclose any side effects, error conditions, or additional behavior beyond the listed return fields.

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 a single, focused sentence that immediately conveys the purpose and expected output. It is front-loaded with the core action and details, with no fluff or redundancy.

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

Completeness5/5

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

For a no-parameter tool with an output schema, the description is highly complete. It explains what the tool does (inspect account), what it returns (username, profile URL, gigs), and implies the authentication requirement. There is nothing an agent needs to know to invoke it correctly that is missing.

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?

The tool has zero parameters, so the schema is empty and schema description coverage is 100%. The description correctly implies that no arguments are needed. With no parameters to document, the baseline of 4 is appropriate, and the description adds no redundant parameter info.

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's purpose: to inspect the authenticated seller account and returns specific data (username, profile URL, gigs). The verb 'inspect' is precise, and the resource is well-defined. It distinguishes itself from siblings by focusing on an account overview, though it doesn't explicitly name alternatives.

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 getting an overview of the seller account, but it does not explicitly state when to use this tool versus alternatives like fiverr_get_status or fiverr_update_profile. There are no exclusions or conditions provided, but the context is clear enough for a read-only inspection tool.

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