Skip to main content
Glama

lucky_create_web_service

Create a Lucky web service by passing a native Lucky JSON object. Use this tool to define and launch web services with structured configuration.

Instructions

Create a Lucky web service using the native Lucky JSON object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
Behavior2/5

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

Annotations already indicate this is not read-only, not idempotent, and not destructive, but the description adds little beyond the word 'Create'. It does not disclose what happens after creation, whether existing configurations are affected, what the response is, or any side effects. It contradicts no annotations, but it also provides minimal behavioral context.

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 one sentence, front-loaded with the action and resource, and has no filler. It is concise, though it achieves that by omitting useful context rather than by being tightly packed with information.

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

Completeness2/5

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

For a create operation with a nested object parameter and no output schema, the description is too thin. It does not describe what fields to include in the JSON object, how the service is identified, or what success/failure looks like, leaving a gap for the agent to infer critical details.

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 has 0% description coverage and only defines a generic 'value' object with arbitrary properties. The phrase 'native Lucky JSON object' gives a slight hint that the input must be a Lucky-specific structure, but it does not explain required keys, valid values, or expected configuration fields.

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 action ('Create') and the resource ('a Lucky web service'), which distinguishes it from sibling tools like update or delete. The phrase 'using the native Lucky JSON object' hints at the input style, but doesn't fully clarify what a Lucky web service is.

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?

There is no explicit guidance about when to use this tool versus alternatives such as lucky_update_web_service or lucky_create_certificate. The 'create' wording implies it is for new resources, but the description does not state exclusions, prerequisites, or conditions for choosing it.

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/lcmovie/lucky-mcp'

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