Skip to main content
Glama
godesigntech

Freelancer MCP Server

by godesigntech

Create Specialty Profile

freelancer_create_profile

Create a focused specialty profile on Freelancer.com with a custom tagline, hourly rate, description, and optional skills, separated from your main account.

Instructions

Create a new Freelancer.com "specialty profile" (a focused sub-profile, separate from your main account profile).

All fields are required by the API. Args:

  • profile_name (string): Internal name for the specialty profile

  • tagline (string): Short headline

  • hourly_rate (number): Hourly rate in USD

  • description (string): Profile description / bio

  • skills (string[], optional): Skill names or IDs for this profile

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

Returns: created profile (including its profile_id).

⚠️ Creates real data on your account. Freelancer caps the number of specialty profiles; some account types (e.g. certain corporate accounts) cannot create any and the API will reject with "reached the limit for creating new profiles".

Use when: "Create a specialty profile for AI automation"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skillsNoSkill names or IDs
accountNoWhich configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account.
taglineYesShort headline
descriptionYesProfile description / bio
hourly_rateYesHourly rate in USD
profile_nameYesInternal name for the specialty profile
Behavior4/5

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

Annotations are present. The description adds valuable behavioral context: it warns about real data creation, caps on specialty profiles, and possible rejection for certain account types. No contradiction with annotations.

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 mostly concise, with a clear opening sentence and separate sections for arguments, warnings, and usage. The argument list somewhat duplicates schema but is acceptable.

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 no output schema, the description explains the return value. It covers important edge cases (caps, account types) and provides sufficient context 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.

Parameters1/5

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

Schema coverage is 100%, so baseline 3. However, the description claims 'All fields are required by the API' while the schema lists two optional fields (skills, account). This misleads the AI agent and reduces trust.

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 creates a new specialty profile, distinguishes it from the main account profile, and contrasts with siblings like freelancer_update_profile and freelancer_list_profiles.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes a 'Use when' example but does not explicitly state when not to use it or provide comparisons to alternatives. It mentions account type restrictions, but the guidance is minimal.

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