Create Deployment Prediction
create_deployment_predictionRun via a deployment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| input | Yes | ||
| owner | Yes | ||
| stream | No | ||
| webhook | No | ||
| webhook_events_filter | No |
create_deployment_predictionRun via a deployment.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| input | Yes | ||
| owner | Yes | ||
| stream | No | ||
| webhook | No | ||
| webhook_events_filter | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds no behavioral context beyond the annotations, which already declare non-read-only, open-world, idempotent, and non-destructive behavior. It does not explain what gets created, whether a deployment must exist, how streaming or webhooks affect execution, or any auth requirements.
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 single sentence is short but under-specified rather than concise, providing almost no actionable information. It is front-loaded but the content is too thin to earn its place as a tool description.
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 six-parameter mutation tool with no output schema and no per-parameter schema descriptions, the description is completely inadequate. It omits required deployment context, parameter meaning, and return behavior, leaving the agent unable to invoke the tool correctly.
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?
Schema description coverage is 0% across six parameters, and the description supplies no meaning for owner, name, input, stream, webhook, or webhook_events_filter. The agent receives no semantic guidance for any parameter.
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?
"Run via a deployment" gives a vague verb and resource but does not clearly state that this creates a deployment-based prediction. It fails to distinguish the tool from the sibling create_prediction, leaving the agent to infer the actual purpose from the name alone.
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 versus alternatives such as create_prediction, list_deployments, or list_predictions. No prerequisites, context, or exclusions are mentioned.
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.