Skip to main content
Glama

cognitive_inspect_self_model

Engine self-model introspection: inspect capabilities, domain competence, active subsystems, and safety status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It signals a read-only 'inspect' operation and enumerates the returned categories, but it does not explicitly confirm non-destructiveness, state that no changes are made, or describe any side effects. The term 'introspection' implies safety, but the disclosure is not explicit.

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?

A single front-loaded sentence: the introspective scope is stated first, then a colon-efficient list of the exact aspects covered. Every word earns its place with no redundancy or filler.

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 zero-parameter tool with an output schema, the description is largely complete: it states the operation, the resource, and the knowledge it exposes. It could be improved by a hint about when to choose it over related cognitive tools, but that gap is minor given the low complexity.

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

Parameters4/5

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

The tool has zero parameters, and schema coverage is vacuously 100%. Per the 0-params baseline, the description need not explain parameter details, and it appropriately focuses on the tool's purpose rather than nonexistent arguments.

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 names a specific verb ('inspect') and resource ('capabilities, domain competence, active subsystems, and safety status' of the engine self-model). This goes beyond the tool name and clearly differentiates it from task-execution siblings like cognitive.execute_task or cognitive.infer.

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?

Usage is only implied: an agent can infer this is the tool to call when it needs a read-only snapshot of the self-model, but the description gives no explicit when-to-use/when-not-to-use guidance or alternatives. With numerous sibling tools (e.g., cognitive.assess_competence, cognitive.monitor_reasoning), more routing guidance would help.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources