Skip to main content
Glama

noetic.ground

Drill a phenomenon to its measurement evidence, scope-projected to reveal the data and context behind it.

Instructions

Drill a phenomenon to its measurement evidence, scope-projected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionIdNo
phenomenonRefNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

D1.7/5.0
Behavior1/5

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

There are no annotations, so the description carries the full burden of disclosing behavior. It does not state whether the operation is read-only, whether it has side effects, what it returns, what scope or authorization is needed, or any other behavioral trait. The phrase 'scope-projected' is too ambiguous to count as disclosure.

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

Conciseness2/5

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

The description is short and front-loaded, but it is under-specified rather than appropriately concise. Every word is wasted on vague metaphor instead of concrete operational meaning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no annotations, no output schema, no parameter documentation, and a large set of ambiguous siblings, the description is far from complete. An agent cannot determine the expected inputs, outputs, or side effects well enough to invoke this tool reliably.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It gives a loose semantic hint for phenomenonRef ('phenomenon') but does not explain sessionId, the relationship between the two parameters, formats, or defaults. This is insufficient for two undocumented parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the metaphorical verb 'Drill' and the jargon phrase 'scope-projected' instead of stating a concrete operation. It mentions a phenomenon and measurement evidence, but does not make clear what the tool actually does or how it differs from similarly-named siblings like noetic.observe, noetic.recall, or noetic.query.

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 guidance is provided about when to use this tool versus any of the many sibling tools. The description contains no context about applicable scenarios, exclusions, or alternatives, leaving the agent to guess.

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