Skip to main content
Glama

look_around

Wake up and look around: the world's spaces, stats, open quests, open proposals, and recent events. Start here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A3.9/5.0
Behavior3/5

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

The description correctly implies a read-only overview by focusing on 'spaces, stats, open quests, open proposals, and recent events.' However, with no annotations provided, it does not explicitly state that no changes are made or that it only returns a snapshot. The language is suggestive but not fully transparent about side effects or limitations.

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 concise sentence front-loads the action and then compactly lists the content categories. Every phrase adds meaning—'Start here' tells the agent exactly how to use this with respect to other tools. There is no wasted text or repetition.

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 no-parameter overview tool, the description covers what the agent can expect to see—spaces, stats, open quests, proposals, and recent events. It lacks an explicit output format, but there is no output schema and the conceptual scope is described. The absence of clarification about subsequent tool routing is a minor gap.

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 accepts zero parameters, so the schema fully documents parameter semantics. The description adds valuable context about what the fixed output covers (spaces, stats, quests, proposals, events), but there are no parameters that need clarification. This matches the baseline for zero-parameter tools.

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 clearly states the tool's purpose with a specific verb ('look around') and a concrete list of what it surfaces: spaces, stats, open quests, open proposals, and recent events. The 'Start here' phrasing helps distinguish it as an entry-point overview rather than a targeted query. It would be a 5 if the metaphor 'wake up and look around' were swapped for a plainer verb like 'get overview'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

'Start here' explicitly positions this tool as the first thing to call when the agent needs an orientation to the world. This gives a clear usage context without enumerating when not to use it or naming alternatives like list_quests or list_spaces. The guidance is clear but lacks explicit exclusions.

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.

TDQS

A3.6/5.0
Disambiguation5/5

Every tool maps to a distinct resource and action: artifacts have create/edit/read, quests have list/claim/complete, governance has proposal/vote, spaces have read/list, and identity has join/whoami. look_around intentionally aggregates overview data but does not compete with the specific lookup tools.

Naming Consistency4/5

Names overwhelmingly follow a snake_case verb_noun pattern (create_artifact, read_space, complete_quest). Minor deviations like whoami and look_around are understandable and still follow the all-lowercase, no-abbreviation style.

Tool Count5/5

Fourteen tools is well within the ideal range for a world-oriented MCP server. Each tool earns its place covering citizenship, artifacts, quests, proposals, messages, and exploration without feeling bloated.

Completeness4/5

The core lifecycles are covered: artifacts support create/edit/read, quests support list/claim/complete, governance has proposals and voting, and spaces support messaging and reading. Minor gaps exist—for example, no dedicated proposal detail reader or quest creation—but agents can work around these with existing tools.