Skip to main content
Glama
godesigntech

Freelancer MCP Server

by godesigntech

List My Bids

freelancer_my_bids
Read-onlyIdempotent

Retrieve your bids on Freelancer.com, filtered by status (active, awarded, revoked, rejected). Analyze win rates by comparing awarded and rejected bids to refine your proposal strategy.

Instructions

List bids you have placed on Freelancer.com projects.

Args:

  • status (string, optional): Filter by bid status — "active", "awarded", "revoked", "rejected"

  • limit (number, 1-50, default 10): Number of bids to return

  • offset (number, default 0): Pagination offset

  • account (string, optional): Which configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account.

Returns: your bids with project info, amounts and status. To analyze your winning strategy, call this twice — once with status "awarded" and once with status "rejected" — and compare amount, period and proposal style across the two sets yourself.

Use when: "Show my bids", "Which of my bids are active?", "Have any of my bids been awarded?", "What's my win rate?", "Analyze my winning bids vs rejected ones"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of results
offsetNoPagination offset
statusNoFilter by bid status
accountNoWhich configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account.
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds that it returns bids with project info, amounts, and status, and suggests a specific analysis pattern. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is well-structured with clear sections: purpose, arguments, returns, and usage examples. It is slightly long but every sentence adds value, and the front-loading is effective.

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 read-only list tool with 4 optional parameters and no output schema, the description sufficiently explains the return type ('your bids with project info, amounts and status') and provides a usage pattern. It meets the needs for an AI agent to invoke correctly.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value by explaining the 'account' parameter refers to another tool, and provides an example usage for status-based analysis. This goes beyond the schema.

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 it lists bids placed by the user. It distinguishes from siblings like 'freelancer_get_project_bids' (bids on a specific project) and 'freelancer_my_projects' (user's projects), making the tool's purpose 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?

Explicit use cases are provided: 'Show my bids', 'Which of my bids are active?', 'Have any of my bids been awarded?', 'What's my win rate?', and an analysis strategy. However, it could mention when to use alternative tools like 'freelancer_get_project_bids' for a specific project's bids.

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/godesigntech/freelancer-mcp-server'

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