Skip to main content
Glama

get_project

Read-onlyIdempotent

Retrieve detailed project information including title, status, customer, budget, and bid count to assess a project before submitting an offer.

Instructions

Подробная информация о проекте на бирже Kwork по его ID.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes

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, idempotentHint, and openWorldHint, so the burden is low. The description lists returned fields (name, status, etc.) but does not disclose additional behavioral traits such as authentication needs or error conditions.

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 very concise: three sentences that front-load the purpose, then give usage guidance and a related tool. No extra words; every sentence earns its place.

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?

Given the tool's simplicity (read-only, one parameter, output schema exists), the description covers the main aspects: purpose, when to use, returned fields, and related tool. It could mention authentication implicitly, but overall it is adequately complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, and the only mention of the parameter 'project_id' is 'по его ID'. This adds minimal meaning about what the integer represents; it does not explain format, range, or how to obtain it.

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?

The description clearly states that it retrieves detailed project information by ID and provides context for use (before submitting an offer). However, it does not explicitly differentiate from sibling tools like get_kwork_details or get_offer, only mentioning submit_offer as related.

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 ('для изучения конкретного проекта перед отправкой предложения') and mentions a related tool (submit_offer). It does not provide exclusions or alternatives like list_projects, so it is clear but not exhaustive.

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