Skip to main content
Glama

publish_scenario

Publish cyber range scenarios to the community repository with titles, descriptions, and tags for security testing and research collaboration.

Instructions

Publish a scenario to the community repository.

Args: scenario_key: Scenario to publish title: Scenario title description: Scenario description tags: Optional tags for categorization public: Make scenario publicly accessible user_id: Optional user ID (admin only)

Returns: Publish result with scenario URL

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scenario_keyYes
titleYes
descriptionYes
tagsNo
publicNo
user_idNo
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states the tool publishes a scenario, implying a write/mutation operation, but doesn't disclose critical behavioral traits: required permissions (admin vs. regular user), whether publishing is reversible, rate limits, or what happens if the scenario already exists in the repository. The mention of 'admin only' for user_id is helpful but insufficient for overall transparency.

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 well-structured with a clear opening sentence followed by Args/Returns sections. Each sentence adds value: the purpose, parameter explanations, and return information. It's appropriately sized for a 6-parameter tool without annotations. Minor improvement could be integrating usage guidelines into the flow.

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

Completeness3/5

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

Given 6 parameters with 0% schema coverage and no annotations/output schema, the description does a fair job: it covers all parameters and the return value. However, it lacks behavioral context (permissions, idempotency, errors) and doesn't fully address the complexity of a community publishing operation. For a mutation tool with no structured support, more completeness is needed regarding side effects and constraints.

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 0%, so the description must compensate. It lists all 6 parameters with brief explanations, adding meaning beyond the bare schema (e.g., 'Optional tags for categorization', 'Make scenario publicly accessible', 'Optional user ID (admin only)'). However, it doesn't explain parameter interactions, constraints, or provide examples (e.g., format of scenario_key, tag conventions). This partial compensation earns a baseline score.

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 states the action ('Publish') and resource ('a scenario to the community repository'), making the purpose immediately understandable. It distinguishes from sibling tools like 'clone_and_modify_scenario' or 'deploy_scenario' by focusing on community sharing rather than local operations. However, it doesn't explicitly contrast with 'import_community_scenario' (which might be the inverse operation).

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?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., scenario must exist locally), exclusions, or compare with siblings like 'share_range_config' or 'import_community_scenario'. The only implied context is publishing to a community repository, but no explicit usage rules are given.

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/tjnull/Ludus-FastMCP'

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