Skip to main content
Glama

neurogenesis__register_compute_profile

Register a compute execution profile to define model type, quality, costs, latency, and resource requirements for routing tasks across local and cloud compute.

Instructions

[neurogenesis — developmental agents: genome -> evaluation-driven growth with safety axioms + audit ledger] Wu Wei compute routing (NG7): register an execution profile — {id, kind?, quality_score [0,1], cost_per_1k_input_tokens?, cost_per_1k_output_tokens?, latency_ms?, gpu_memory_gb?, max_context_tokens?, local?}. A profile can be a local model, cloud API, rules engine, or cached workflow. Profiles are yours — routing never invents capacity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileYes
Behavior2/5

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

No annotations provided, so description carries full burden. It states the tool registers a profile but does not disclose side effects, idempotency, or whether updates are allowed. The statement about routing not inventing capacity is more about the system than the tool's behavior.

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 verbose with a lengthy preamble about developmental agents and Wu Wei compute routing that adds context but is not strictly necessary. The core tool information is present but could be more concise.

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 complex domain and no output schema, the description reasonably explains what a profile is and its fields. However, it lacks details on uniqueness constraints, whether registration overwrites, or how lookup/update works, leaving some gaps.

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 coverage is 0%, and the description compensates fully by listing all expected fields (id, kind?, quality_score, etc.) along with types and constraints like [0,1] for quality_score. This is essential for an agent to correctly structure the profile object.

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 verb 'register' and resource 'compute profile' are clear. The description distinguishes this tool from siblings like 'neurogenesis__compute_efficiency_report' and 'neurogenesis__route_task' by specifying that it registers an execution profile for compute routing.

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 vs alternatives. The phrase 'Profiles are yours — routing never invents capacity' implies that profiles must be registered before use, but does not mention when not to use this tool or suggest 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/jdhart81/viridis-agent-fleet'

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