Skip to main content
Glama

ARAKEL Machine Evidence Network

discovery_status

Return public autonomous discovery status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations present, the description carries the full burden, and it only discloses that the status is 'public' (a weak hint that no special access is needed). It says nothing about what status values can appear, whether the data is live or cached, or how failures surface. For a status endpoint this is thin behavioral disclosure.

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?

Six words, no fluff, and the verb is front-loaded, so the prose is structurally disciplined. However, the description crosses from concise into under-specified, providing too little substance for a tool whose schema and annotations are both empty.

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?

This is a simple tool (0 params, no annotations, no output schema), so the description is the sole source for predicting the response, yet it never says what the returned status looks like, what its possible values are, or how 'autonomous discovery' relates to the sibling 'coverage_status'. An agent cannot forecast output shape or semantics.

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 (empty schema, 0 required), so there is nothing the description needs to document. The 'public' qualifier is consistent with a no-input read call. The zero-param baseline of 4 applies.

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

Purpose3/5

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

States a verb ('Return') and a resource ('public autonomous discovery status'), so it is not a tautology, but the resource is vague: 'autonomous discovery' is undefined jargon, and next to the sibling 'coverage_status' an agent cannot tell what domain this status belongs to. It distinguishes from siblings only through the word 'discovery', which is never elaborated.

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 whatsoever. The description does not say when to call this tool versus the similarly named sibling 'coverage_status', nor whether 'public' means it should be preferred for unauthenticated checks. There is no when/when-not or alternative routing, 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources