Skip to main content
Glama

list_my_offers

Read-onlyIdempotent

Retrieve a paginated list of your submitted offers on Kwork, including project name, status, and price.

Instructions

Список ваших предложений (офферов) на бирже Kwork.

Когда использовать: для просмотра отправленных предложений и их статусов. Возвращает: список предложений с ID, названием проекта, статусом, ценой. Связанные: get_offer — подробности предложения, submit_offer — отправить новое.

Параметры:

  • page: номер страницы (по умолчанию 1)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint. The description adds that it returns a list with specific fields, but it does not disclose pagination behavior (e.g., page size, total pages) despite having a page parameter. No contradiction with 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 extremely concise: three sentences plus a parameter line. It front-loads purpose and uses bullet points for related tools. No wasted words.

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?

For a simple list tool with one parameter and an output schema (implied), the description covers purpose, return fields, and related tools. However, it omits pagination details (e.g., how to navigate pages, default page size), which is a minor gap.

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?

With 0% schema description coverage, the description must compensate. It explains the 'page' parameter as 'page number (default 1)', which adds basic meaning but lacks context like allowed range or relationship to other parameters. This is minimal compensation.

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 verb 'list' and resource 'your offers', and it distinguishes itself from siblings by mentioning related tools (get_offer, submit_offer). The purpose is unambiguous.

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

Usage Guidelines4/5

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

The description explicitly states when to use the tool ('to view sent offers and their statuses') and references related tools for detail or creation. However, it lacks explicit guidance on when not to use it.

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/simonether/kwork-mcp'

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