Skip to main content
Glama

Save Workflow Preferences

save_workflow_preferences

Save workflow patterns observed during your session to customize project management preferences in Codecks.

Instructions

Save observed workflow patterns from current session. No auth needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
observationsYesWorkflow patterns observed (max 50 items, 500 chars each)
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that no authentication is needed, which is useful behavioral context. However, it doesn't mention whether this is a read-only or write operation, potential side effects, or how the data is stored/accessed, leaving gaps in behavioral understanding.

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 extremely concise with two short sentences that directly state the tool's function and an important behavioral note ('No auth needed'). Every word serves a purpose, and it's front-loaded with the core action.

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 the tool has no annotations, no output schema, and a simple single parameter with full schema coverage, the description is minimally adequate. It covers the basic purpose and one behavioral aspect but lacks details on usage context, return values, or error handling, which could be helpful for an AI agent.

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?

The schema description coverage is 100%, with the 'observations' parameter fully documented in the schema. The description adds no additional parameter semantics beyond what the schema provides, so it meets the baseline of 3 without compensating for any gaps.

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 verb ('Save') and resource ('observed workflow patterns from current session'), making the purpose understandable. However, it doesn't explicitly differentiate from the sibling tool 'get_workflow_preferences' beyond the save vs. get distinction, which is why it doesn't reach a 5.

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 like 'get_workflow_preferences' or other data storage tools. It mentions 'No auth needed', which is a prerequisite, but lacks explicit when/when-not scenarios or comparisons to siblings.

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/rangogamedev/codecks-mcp'

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