Skip to main content
Glama
godesigntech

Freelancer MCP Server

by godesigntech

Add Skills

freelancer_add_skills
Idempotent

Add one or more skills to your Freelancer.com profile while preserving existing skills. Accepts skill names or numeric IDs.

Instructions

Add one or more skills (jobs) to your Freelancer.com profile, keeping your existing skills.

Args:

  • skills (string[]): Skill names (e.g. "n8n", "Python") or numeric skill IDs. Names are resolved via the catalogue.

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

Returns: confirmation.

⚠️ This modifies your real profile. Note: Freelancer enforces a maximum number of skills per account; adding past the limit will be rejected by the API.

Use when: "Add n8n and Zapier to my skills", "Add skill 3112 to my profile"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skillsYesSkill names or numeric IDs to add
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?

Discloses that the tool modifies the real profile and mentions the Freelancer-imposed maximum skills limit. Annotations (idempotentHint=true) are not contradicted; the description adds useful behavioral context beyond 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?

Efficiently structured with clear sections (Args, Returns, warning, usage). Every sentence adds value, no fluff. Properly front-loaded with the main action.

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?

Given the complexity (profile modification, multiple accounts) and absence of output schema, the description covers all essential aspects: functionality, parameters, warnings, and usage clues. It also differentiates from sibling tools adequately.

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?

Adds meaningful details beyond the schema: explains that skills can be names or numeric IDs, names are resolved via the catalogue, and account is optional with a reference to freelancer_list_accounts. Schema coverage is 100%, but the description enriches understanding.

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?

Clearly states it adds skills to Freelancer.com profile while preserving existing ones. Differentiated from siblings like freelancer_set_skills and freelancer_remove_skills by explicitly mentioning 'keeping your existing skills'.

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?

Provides explicit use examples for the agent (e.g., 'Add n8n and Zapier to my skills'). Implicitly contrasts with freelancer_set_skills by noting skills are added, not replaced. Could explicitly state when not to use it, but the examples and sibling list make it clear.

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