PrivateDAO create_paid_job
create_paid_jobPrivateDAO create_paid_job
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | No | Service-specific JSON input. | |
| service_id | Yes |
create_paid_jobPrivateDAO create_paid_job
| Name | Required | Description | Default |
|---|---|---|---|
| input | No | Service-specific JSON input. | |
| service_id | Yes |
Changes observed during successful MCP inspections.
Input schema / properties / service_id / enumPrevious value: -[
- "verify.deep",
- "token.intelligence",
- "risk.score",
- "wallet.intelligence",
- "contract.inspect",
- "launch.check",
- "market.snapshot",
- "research.asset",
- "research.wallet",
- "contract.explain",
- "transaction.explain",
- "anomaly.detect",
- "agent.research.report",
- "portfolio.intelligence",
- "swap.quote",
- "transaction.simulate",
- "decision.context",
- "forensics.trace",
- "agent.match",
- "sponsored.discovery",
- "intelligence.synthesize"
-]New value: +[
+ "verify.deep",
+ "token.intelligence",
+ "risk.score",
+ "wallet.intelligence",
+ "contract.inspect",
+ "launch.check",
+ "market.snapshot",
+ "research.asset",
+ "research.wallet",
+ "contract.explain",
+ "transaction.explain",
+ "anomaly.detect",
+ "agent.research.report",
+ "portfolio.intelligence",
+ "swap.quote",
+ "transaction.simulate",
+ "decision.context",
+ "github.repository",
+ "forensics.trace",
+ "agent.match",
+ "sponsored.discovery",
+ "intelligence.synthesize"
+]Input schema / propertiesAdded value: +{
+ "input": {
+ "description": "Service-specific JSON input.",
+ "type": "object"
+ },
+ "service_id": {
+ "enum": [
+ "verify.deep",
+ "token.intelligence",
+ "risk.score",
+ "wallet.intelligence",
+ "contract.inspect",
+ "launch.check",
+ "market.snapshot",
+ "research.asset",
+ "research.wallet",
+ "contract.explain",
+ "transaction.explain",
+ "anomaly.detect",
+ "agent.research.report",
+ "portfolio.intelligence",
+ "swap.quote",
+ "transaction.simulate",
+ "decision.context",
+ "forensics.trace",
+ "agent.match",
+ "sponsored.discovery",
+ "intelligence.synthesize"
+ ],
+ "type": "string"
+ }
+}Input schema / requiredAdded value: +[
+ "service_id"
+]Input schema / propertiesRemoved value: -{
- "input": {
- "description": "Service-specific JSON input.",
- "type": "object"
- },
- "service_id": {
- "enum": [
- "verify.deep",
- "token.intelligence",
- "risk.score",
- "wallet.intelligence",
- "contract.inspect",
- "launch.check",
- "market.snapshot",
- "research.asset",
- "research.wallet",
- "contract.explain",
- "transaction.explain",
- "anomaly.detect",
- "agent.research.report",
- "portfolio.intelligence",
- "swap.quote",
- "transaction.simulate",
- "decision.context",
- "forensics.trace",
- "agent.match",
- "sponsored.discovery",
- "intelligence.synthesize"
- ],
- "type": "string"
- }
-}Input schema / requiredRemoved value: -[
- "service_id"
-]Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no informative annotations (all hints false) and no output schema, the description carries the burden of explaining side effects, payment behavior, idempotency, and return behavior, but it says nothing beyond the tool name. The name implies a create/write action but not what side effects, prerequisites, or consequences are involved.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short, but brevity here is under-specification rather than efficient writing. It contains no informative content that an agent could act on.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a paid, side-effectful creation tool with nested input and no output schema, the description omits essentially everything: how the payment is handled, what the input should contain per service, what response is returned, and how it connects to receipt/status siblings. This is not sufficient for safe invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds no meaning for either parameter; service_id is only an enum and input is only described generically in the schema. The 50% schema coverage is not compensated by any description text.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Tautological: description restates name/title.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool or how it differs from siblings such as submit_payment, job_status, or get_receipt. The agent is given no criteria to choose this tool over alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.