Skip to main content
Glama

knitbrain_skill_outcome

Report whether a skill produced a concrete outcome after use. If it failed, add a note that becomes a pitfall; failing skills get flagged for revision.

Instructions

Close the loop on a skill: report whether it actually WORKED after using it (a test passing, a bug fixed — a concrete outcome, not 'task complete'). Failures with a note fold into the playbook's pitfalls; skills that keep failing get flagged needs-revision instead of being re-served.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
noteNoIf it failed: what bit (one line, becomes a pitfall).
workedYesDid the skill's approach produce the intended concrete outcome?
Behavior3/5

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

No annotations provided, so the description carries the full burden. It discloses side effects (failures become pitfalls, repeated failures flag skill for revision) but does not explain persistence, auth requirements, or whether the tool modifies the skill record.

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 concise (two sentences), well-structured, and front-loaded with the core action. Every sentence adds value.

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 3-parameter tool with no output schema and no annotations, the description covers purpose, usage context, and behavioral outcomes. It lacks only a brief mention of return behavior.

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 provides descriptions for 'worked' and 'note', covering 67% of parameters. The tool description does not add extra parameter info. The 'name' parameter lacks a description in both schema and description, reducing clarity.

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 purpose: 'Close the loop on a skill: report whether it actually WORKED after using it' and provides concrete examples (test passing, bug fixed). It distinguishes from generic 'task complete' but does not explicitly differentiate from sibling tools.

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 description gives clear context on when to use (after using a skill) and what happens with failures (fold into pitfalls, flagged for revision). However, it does not explicitly state when not to use or name alternatives.

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/PDgit12/knitbrain'

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