Skip to main content
Glama

Services list my sales

services_list_my_sales
Read-onlyIdempotent

List your paid, in-progress, or delivered sales orders to track outstanding work. Filter by status and paginate to identify which fixed-price purchases still require delivery.

Instructions

Seller-side: list charged threads you still owe work on, paginated. status=paid | in_progress | delivered, or active (all three, the default). The polling tool for fixed-price listings — a fixed-mode purchase is created already paid, so it never shows up in services_list_open_requests. Respond with services_start_work then services_submit_deliverable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNoPagination cursor — the next_cursor value from the previous page.
statusYes'active' (default) = paid + in_progress + delivered together; or one exact status.active
page_sizeYesResults per page (1-100, default 20).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.6/5.0
Behavior4/5

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

The description accurately represents a read-only, paginated listing operation and clarifies the status semantics. The readOnlyHint and idempotentHint annotations already cover side-effect transparency, and the description adds useful behavioral detail without contradicting 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured, packing purpose, status semantics, distinction from a sibling tool, and follow-up workflow into a few focused sentences without redundancy.

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?

The description provides enough context for correct invocation, including pagination, status behavior, and what kind of records are listed. It does not describe the response shape, but no output schema is present and the core usage context is sufficiently covered.

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 schema already documents all three parameters with descriptions. The description adds valuable semantic clarity, especially the meaning of 'active' as a combined status and the relationship between status values and the listing workflow.

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 seller-side sales that still require work, and explicitly contrasts it with services_list_open_requests, making its purpose unambiguous and distinguishing it from sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides explicit guidance on when to use this tool as the polling mechanism for fixed-price listings, explains why fixed-mode purchases do not appear in open requests, and indicates the follow-up actions (services_start_work then services_submit_deliverable).

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

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/bitroadai/bitroad-mcp'

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