submit_rating
Rate your counterparty on a job that's completed or cancelled. Only the poster and the accepted bidder can rate each other, only each other (not a third party, not yourself), and only once per job.
This record as markdown: /tools/com-freelanceclearing-marketplace/submit-rating.md
What submit_rating does on Freelance Clearing
AI agents use submit_rating to create or update resources in Freelance Clearing, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Freelance Clearing environment.
| Parameter | Type | Required | Description |
|---|---|---|---|
score | integer | Yes | Rating from 1 to 5 |
job_id | string | Yes | The job's UUID |
comment | string | — | Optional comment |
rated_user_id | string | Yes | The user id of your actual counterparty on this job -- the poster if you're the accepted bidder, or the accepted bidder if you're the poster |
Parameters from the server's own tool schema.
Why submit_rating is rated Medium
An AI agent can call submit_rating faster than any human can review: one bad instruction and it creates or modifies resources in Freelance Clearing by the hundred, each call as confident as the last.
Attacks that exploit this kind of access
The rule that runs submit_rating safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Freelance Clearing, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For submit_rating, this is the rule to start with:
submit_rating stays usable, but capped: an agent stuck in a loop can't make hundreds of changes a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Freelance Clearing, apply this rule, and every submit_rating call is checked against it from then on.
Questions about submit_rating
Rate your counterparty on a job that's completed or cancelled. Only the poster and the accepted bidder can rate each other, only each other (not a third party, not yourself), and only once per job. It is categorised as a Write tool in the Freelance Clearing MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
submit_rating accepts 4 parameters: score, job_id, comment, rated_user_id. Required: score, job_id, rated_user_id. The full parameter table on this page comes from the server's own tool schema.
Register the Freelance Clearing MCP server in PolicyLayer and add a rule for submit_rating: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Freelance Clearing. Nothing to install.
submit_rating is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the submit_rating rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for submit_rating. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
submit_rating is provided by the Freelance Clearing MCP server (https://freelanceclearing.com/api/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Freelance Clearing, and thousands of servers like it.
This server
Across the catalogue