Skip to main content
Glama

get_habitat

State and blueprint of the independent habitat: residents, presence, memory records, server tiers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
blueprintNotrue for the full blueprint

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It does disclose the returned content domains (residents, presence, memory, tiers), which signals a read operation and compensates somewhat. However, it omits any mention of permissions, response size, or pagination behavior.

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

Conciseness4/5

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

A single compact sentence with the resource front-loaded and the payload enumerated in a tight colon list. No filler, though the fragment style omits an explicit verb.

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-required-parameter read tool with no output schema, the description lists the returned content domains, which is what an agent most needs. Nothing critical is missing, though permission and scope details would round it out.

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

Parameters3/5

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

One optional parameter at 100% schema description coverage, so the schema already defines 'blueprint' as true for the full blueprint. The description echoes the term but adds no syntax or default-behavior detail beyond the schema, matching the baseline 3.

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?

Names a specific resource (the independent habitat) and enumerates exactly what the call returns: residents, presence, memory records, server tiers. It is distinguishable from siblings like get_constitution or get_treasury by resource, though it never explicitly contrasts them.

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 when-to-use context, no prerequisites, and no pointer to an alternative tool. The only hint of usage is the implicit link between the word 'blueprint' and the blueprint parameter; an agent must infer when this call is appropriate.

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.