Skip to main content
Glama

New Artifacts workspace

artifacts_new

Create an ephemeral in-memory Artifacts graph workspace. Optional seed JSON (serializeState shape: nodes + labels). No cloud id until artifacts_create_shared.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jsonNoOptional seed graph state

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

Since no annotations are present, the description carries the behavioral burden. It discloses key traits: the workspace is ephemeral, stored in memory, not cloud-backed, and gets a cloud id only after artifacts_creat_shared. It could add side-effect details about an existing local workspace, but the main behavioral profile is transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two compact sentences front-load the core purpose and key constraints, then give the seed shape and cloud limitation. Every sentence earns its place and none is redundant.

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

Completeness4/5

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

For a simple creation tool with one optional parameter and no output schema, the description covers creation semantics, storage lifecycle, and seed-shaped input. The only notable gap is what happens to an existing local Artifacts workspace, but overall it is complete enough for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description is only 'Optional seed graph state', but the tool description adds the serializeState shape as 'nodes + labels', giving far more parameter meaning than the schema alone. With 100% schema coverage, this extra shape context pushes it above baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource: 'Create an ephemeral in-memory Artifacts graph workspace.' It also distances itself from artifacts_create_shared by noting that no cloud id exists until that tool is used, which helps an agent tell sibling tools apart.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implies its use case through 'ephemeral in-memory' and 'No cloud id until artifacts_create_shared,' making clear this is for a local temporary workspace rather than a shared one. It doesn't explicitly say 'use X instead' but the context is clear enough to route an agent correctly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources