Skip to main content
Glama

list_projects

Read-onlyIdempotent

List freelance projects on Kwork with filters for category, budget, hiring rate, max offers, and text search. Find projects matching your criteria.

Instructions

Список проектов на бирже Kwork с фильтрацией.

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

Фильтры: категория, бюджет (от/до), процент найма, макс. предложений, текстовый поиск. Без фильтров — проекты из избранных категорий.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
category_idNo
price_fromNo
price_toNo
hiring_fromNo
max_offersNo
queryNo
pageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Description adds value beyond annotations by specifying return fields (budget, offers, description) and default behavior (favorite categories). Annotations already indicate read-only and idempotent, so no contradiction.

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?

Concise, front-loaded, and well-structured with clear sections for purpose, usage, returns, related tools, and filters. No unnecessary 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?

Covers purpose, usage, filters, returns, and default behavior. Output schema exists so return details not needed. Missing pagination guidance for page parameter, but otherwise complete.

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?

With 0% schema coverage, description compensates well by listing all filters (category, budget range, hiring percentage, max offers, text search) and explaining default. Missing page parameter, but overall adds meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it lists projects with filtering. It distinguishes from related tools like get_project and submit_offer, but does not differentiate from sibling search_projects. Purpose is specific and resource is identified.

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?

Explicitly says when to use (to find suitable projects) and describes default behavior (showing favorite categories). Lists filters but does not explicitly state when not to use or compare to search_projects.

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