Skip to main content
Glama
godesigntech

Freelancer MCP Server

by godesigntech

List Configured Accounts

freelancer_list_accounts
Read-onlyIdempotent

List connected Freelancer accounts to identify which profile to use in other tools. Shows account labels and the default account.

Instructions

List the Freelancer.com account labels configured on this MCP server (never the tokens themselves).

Use this to discover which account value to pass to other tools when multiple Freelancer profiles are connected (e.g. your own account plus one or more clients' accounts).

Returns: account labels, and which one is the default (used when a tool call omits account).

Use when: "Which Freelancer accounts are connected?", "Switch to the client2 account", "List my connected profiles"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds valuable behavior: it does not return tokens, and it identifies the default account. This context supplements 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 extremely concise, using bullet-like paragraphs. Every sentence adds value: purpose, security note, return info, usage examples. No wasted words.

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 tool with no parameters and a clear output, the description covers all necessary aspects: purpose, usage guidance, return content, and integration with other tools. Output schema is not needed due to explanatory text.

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

Parameters5/5

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

With zero parameters and 100% schema coverage, the description explains the output (account labels, default account) and purpose, fully leveraging the absence of input complexity.

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 Freelancer.com account labels, a distinct resource from sibling tools like freelancer_list_profiles or freelancer_get_self. It specifies 'never the tokens themselves', adding precision.

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?

The description explicitly states when to use: to discover which account value to pass to other tools when multiple profiles are connected. Example queries like 'Which Freelancer accounts are connected?' provide clear invocation scenarios.

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