Skip to main content
Glama
joinfreeplay

Freeplay MCP Server

Official
by joinfreeplay

accept_offer

Accepts a marketplace offer, validates the user, and creates a binding contract, returning a branded tracking link to start.

Instructions

Accept an offer and create a binding contract. Returns a branded tracking link the user must click to start.

The Freeplay API handles the full flow: user validation, KYC check, GoKart offer fetch, tracking URL, branded link, and contract creation. If any step fails, nothing is created.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYesFreeplay user UUID
gokart_offer_idYesGoKart offer ID
Behavior5/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It discloses the binding contract creation, the requirement for the user to click a branded tracking link, and the atomicity of the operation ('If any step fails, nothing is created'). This is rich behavioral context beyond a simple mutation.

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 concise and well-structured. The first sentence front-loads the purpose and return value, while the second paragraph explains the automated process and failure behavior without unnecessary verbosity.

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?

The tool has no output schema and no annotations, so the description explains the return (a branded tracking link) and the high-level process (user validation, KYC, GoKart fetch, etc.). It does not mention prerequisites or error types, but is sufficient for the tool's moderate complexity.

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

Parameters3/5

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

Schema description coverage is 100% (both parameters have clear descriptions: 'Freeplay user UUID' and 'GoKart offer ID'). The tool description does not add additional parameter-level semantic detail, so a baseline score of 3 is appropriate.

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's action ('Accept an offer and create a binding contract') with a specific verb and resource, and distinguishes it from sibling tools like browse_offers and get_offer by focusing on the acceptance and contract creation behavior.

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 provides clear context on when to use the tool (when accepting an offer) and explains the automated flow, but does not explicitly name alternatives or exclusions. This is a clear use-case statement without explicit 'when-not' guidance.

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/joinfreeplay/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server