Skip to main content
Glama
yk4464
by yk4464

black_souls_goals_write

Idempotent

Define and modify persistent gameplay goals with detailed attributes including status, priority, and completion conditions.

Instructions

Create or update a persistent gameplay goal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
notesYes
titleYes
statusYes
priorityYes
parent_idYes
descriptionYes
completion_conditionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
Behavior2/5

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

Annotations already declare idempotentHint=true and destructiveHint=false. The description adds no behavioral context beyond what annotations provide. It does not disclose whether updates are full-replacement or merge, nor any side effects like overwriting existing data.

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 a single sentence, very concise with no filler. However, it could be slightly longer to include minimal additional context while remaining efficient.

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?

With 8 required parameters and zero schema descriptions, the description is severely incomplete. It does not mention the output schema, which is present according to context. The tool's complexity demands significantly more detail for correct usage.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain any of the 8 required parameters. The agent has no guidance on what values to provide for id, title, description, status, priority, parent_id, completion_condition, or notes beyond the schema constraints.

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 clearly states the tool's purpose: 'Create or update a persistent gameplay goal.' It uses a specific verb and resource, distinguishing it from sibling tools like black_souls_goals_read (reading) and black_souls_goals_set_active (setting active goal).

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

Usage Guidelines3/5

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

No explicit guidance on when to use this tool versus alternatives. The description implies usage when creating or updating a goal, but does not provide context for when to choose this over other goal-related tools, nor does it mention prerequisites or exclusions.

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/yk4464/black-souls-mcp'

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