Skip to main content
Glama

The Mastermindset

get_pillar_map

The 16-pillar architecture across three buckets (Health, Wealth, Happiness), plus the two layers that sit above and below it. The map the whole publication is organised around.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior2/5

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

There are no annotations, so the description must carry behavioral disclosure. It explains what the map contains but not how the tool behaves: no statement that it is a read-only retrieval, no mention of output shape, and no description of 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.

Conciseness4/5

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

The description is short and content-dense, with the structural breakdown front-loaded. The second sentence is grammatically awkward ('The map the whole publication is organised around'), but both sentences add meaningful context and no words are wasted.

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

Completeness3/5

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

For a zero-parameter static map tool, the core content is described well, but the absence of an explicit 'returns' statement and any operational context leaves some ambiguity. There is no output schema to compensate, so the description would be stronger if it stated up front that this tool retrieves the map.

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 input schema has zero parameters and additionalProperties is false, so there are no parameter semantics to document. Per the baseline for a zero-parameter tool, this is appropriately handled; the description adds context about the tool's content rather than needing to explain arguments.

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 identifies the resource as the 16-pillar architecture across Health, Wealth, and Happiness plus two surrounding layers, and calls it the organizing map for the publication. It lacks an explicit verb like 'returns' or 'gets', but it is not a tautology and conveys the tool's subject precisely.

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 given about when to use this tool versus get_archetype or list_archetypes. The closing phrase says the map is what the publication is organized around, which hints at primacy, but it never states a selection condition or 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.

Resources