Skip to main content
Glama
getsimba-ai

Simba MCP Server

Official
by getsimba-ai

update_run

Rename or annotate saved optimizer and scenario runs to make run history clearly reflect the analysis behind each result.

Instructions

Rename / annotate a saved optimizer or scenario run.

Runs are auto-named at creation (e.g. "$1.2M · 12mo · Jan 5"); renaming makes run history carry the analysis ("holiday cut -10%", "stretch 130%"). Renaming permanently flips the run's auto_named flag to false so future auto-naming never overwrites it. Only the fields you provide are changed.

Args: artifact: "optimizer" (run_id "opt_...") or "scenario" ("scn_..."). model_hash: Hash of the model the run belongs to. run_id: The run's stable id from run history. name: New display name (non-empty when given; capped at 255 chars). notes: Free-text annotation. Omit to leave untouched; pass "" to clear. tags: Replacement tag list (max 20 tags, 64 chars each).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
tagsNo
notesNo
run_idYes
artifactYes
model_hashYes
Behavior5/5

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

With no annotations provided, the description carries the full disclosure burden and does so well. It reveals the permanent flip of the auto_named flag, the partial-update behavior, notes clearing semantics via empty string, and field constraints like the 255-character name cap and tag limits.

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?

The description is front-loaded with purpose and then scoped through a clearly structured Args list. The short rationale with naming examples is not filler; it explains the permanent auto_named flag behavior that matters for using the tool correctly. No sentence is wasted.

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?

The description is complete for 6 parameters and covers required fields, allowed values, behavioral nuances, and constraints. The only notable gap is that it does not describe the return value or error behavior, which is relevant because there is no output schema and no annotations to supply that context.

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

Parameters5/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, and it does. It explains every parameter beyond the schema: the artifact type and id prefixes, that model_hash identifies the run's model, the meaning of run_id, name as a non-empty capped display name, notes as clearable free text, and tags as a replacement list with size limits.

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?

The description opens with a specific verb and resource: 'Rename / annotate a saved optimizer or scenario run.' It clearly distinguishes this tool from run execution, retrieval, and model/project rename tools among the siblings by naming the exact action and artifact types it operates on.

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?

The first sentence gives clear context for when to use the tool: when a saved run needs renaming or annotating. It also explains why renaming is useful and clarifies that only provided fields are changed, but it does not explicitly name alternatives or state when not to use this tool.

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/getsimba-ai/simba-mcp'

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