Skip to main content
Glama
LZF1111

Metacognitive Compute Scheduler

by LZF1111

task_feedback

After a task ends, report success or failure to adjust the stability variable μ and automatically persist the prototype library, enabling adaptive scheduling.

Instructions

整个任务结束后回报成/败 → 调协调变量 μ(稳定性条件),并自动把原型库持久化到磁盘。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionIdYes
successYes
Behavior3/5

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

The description discloses key behaviors: adjusting a coordination variable μ and automatically persisting the prototype library. However, with no annotations, it fails to mention potential side effects like disk writes, required permissions, or whether success/failure is final.

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

Conciseness3/5

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

The description is a single sentence, which is concise, but the structure is dense and could be split for clarity. It front-loades the main purpose but includes multiple actions in one clause.

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?

The tool performs three actions (report, adjust, persist) with no output schema and no parameter descriptions. The description omits important context: what 'μ' is, what 'prototype library' refers to, and how success/failure are reported.

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 provides no information about the parameters sessionId or success. An agent would need external documentation to understand their formats or valid values.

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 specifies the action (report success/failure), the resource (task outcome), and additional effects (adjust μ, persist prototypes). It distinguishes from sibling tools like report_outcome by including these extra steps, though the distinction could be clearer.

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?

No explicit guidance on when to use this tool vs. alternatives like report_outcome or dump_prototypes. The phrase 'after the entire task ends' implies context but lacks exclusions or prerequisites.

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/LZF1111/metacognitive-compute-scheduler'

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