Skip to main content
Glama
godesigntech

Freelancer MCP Server

by godesigntech

Search Skills

freelancer_search_skills
Read-onlyIdempotent

Search the Freelancer.com skill catalogue to find numeric skill IDs needed for skill-management tools. Enter a skill name substring to retrieve matching skills with IDs, names, and categories.

Instructions

Search the Freelancer.com skill (job) catalogue by name. Use this to find the numeric skill IDs needed by the skill-management tools.

Args:

  • query (string): Substring to match against skill names (case-insensitive), e.g. "python", "n8n", "automation"

  • limit (number, default 25): Max results

Returns: matching skills with their numeric ID, name and category.

Use when: "Find the skill ID for n8n", "What automation skills exist?", "Search skills for react"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results
queryYesSubstring to match against skill names
Behavior4/5

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

Annotations already indicate readOnlyHint=true and idempotentHint=true. The description adds value by detailing case-insensitive substring search, return format (ID, name, category), and the purpose of finding IDs for management tools. 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.

Conciseness5/5

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

The description is well-structured: purpose sentence, Args section, Returns, Use when with examples. Every sentence is informative, front-loaded, and no wasted words. Examples enhance clarity without verbosity.

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 low complexity, no output schema, and that annotations cover safety, the description fully addresses what the tool does, what parameters mean, what is returned, and when to use it. No gaps remain.

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 baseline is 3. The description adds value through concrete examples for 'query' (e.g., 'python', 'n8n', 'automation') and mentions default limit, providing practical usage context beyond schema descriptions.

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 verb 'search', the resource 'Freelancer.com skill catalogue', and the purpose: find numeric skill IDs for other tools. It distinguishes from sibling tools like freelancer_list_skills and freelancer_set_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?

The description includes an explicit 'Use when' section with example queries, providing clear context for when to invoke the tool. It lacks explicit exclusion guidance but effectively implies usage 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