Skip to main content
Glama
iliyalazarevwork-art

freelancehunt-mcp

List countries or cities

list_locations
Read-only

Fetch Freelancehunt geography options: retrieve supported countries, or cities for a given country, to set precise location filters.

Instructions

Geography reference. Documented in the API but currently answers 404 for regular tokens — kept for completeness and in case access is restored.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
country_idNoRequired when kind is `cities`.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior4/5

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

The annotations already indicate readOnly and openWorld behavior, and the description adds a transparent note about returning 404 for regular tokens. This discloses a real limitation beyond the annotations, enhancing transparency.

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 brief and to the point, using only two sentences. It conveys the core purpose and a caveat without unnecessary verbosity, though the 404 note could be more directly integrated.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description gives enough context for a simple listing tool, but it does not specify the output format or expected behavior beyond the 404 caveat. It is adequate for basic use but leaves some ambiguity about return data and edge cases.

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

Parameters2/5

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

The schema provides a description for country_id and an enum for kind, but the tool description adds no additional explanation of parameters. Since schema coverage is only 50%, the description should compensate by clarifying parameter meaning or usage, but it does not.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as a geography reference for listing countries/cities, which distinguishes it from sibling tools focused on threads, workspaces, and projects. The mention of a 404 status is a minor caveat but does not obscure the primary purpose.

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

Usage Guidelines2/5

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

The description lacks explicit guidance on when to use this tool versus alternatives. It only notes that the tool is kept for completeness and may be restored, but does not direct the agent to prefer other tools or specify conditions for use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.