Skip to main content
Glama

Describe Place

describe_place
Read-onlyIdempotent

Return the dossier projection for a city, in the requested cognitive lens. Defaults to the synthesis projection (the multidimensional view that holds all lenses in superposition and names the dialectics). Pass a single-lens value to get the focused cognitive position — useful when the agent is acting on behalf of a user with a specific stake (developer underwriting, investor thesis, broker client argument, attorney precedent search, resident orientation, civic-leader regional coordination).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lensNoThe cognitive position to project. Defaults to "synthesis". Canonical lenses: developer, investor, broker, attorney, business, resident, civic-leader. Aliases route to canonical: legal/lawyer/counsel/land-use-counsel/regulator → attorney; realtor/intermediary/real-estate-broker → broker; civic/government/official/governance → civic-leader; homeowner/citizen → resident; operator/site-selector/occupier → business; builder/land-developer → developer.synthesis
slugYesThe place slug (e.g., "clermont-florida"). Use list_places to discover available slugs.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
lensYes
slugYes
typeYes
titleNo
claimsYes
freshnessYes
projectionYes
frontmatterNo
record_statusNo
available_lensesNo
lens_was_requestedNo
fell_back_to_synthesisNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • changedInput schema / properties / lens / description
      Previous value: -"The cognitive position to project. Defaults to \"synthesis\". Single-lens values surface a focused projection from a specific stakeholder position."New value: +"The cognitive position to project. Defaults to \"synthesis\". Canonical lenses: developer, investor, broker, attorney, business, resident, civic-leader. Aliases route to canonical: legal/lawyer/counsel/land-use-counsel/regulator → attorney; realtor/intermediary/real-estate-broker → broker; civic/government/official/governance → civic-leader; homeowner/citizen → resident; operator/site-selector/occupier → business; builder/land-developer → developer."
    • changedInput schema / properties / lens / enum
      Previous value: -[
      -  "synthesis",
      -  "developer",
      -  "investor",
      -  "resident",
      -  "business",
      -  "civic",
      -  "infrastructure",
      -  "policy"
      -]New value: +[
      +  "synthesis",
      +  "developer",
      +  "investor",
      +  "broker",
      +  "attorney",
      +  "business",
      +  "resident",
      +  "civic-leader"
      +]
    • changedInput schema / properties / slug / description
      Previous value: -"The place slug (e.g., \"clermont-florida\"). Use list_cities to discover available slugs."New value: +"The place slug (e.g., \"clermont-florida\"). Use list_places to discover available slugs."
  2. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "properties": {
      +    "available_lenses": {
      +      "items": {
      +        "type": "string"
      +      },
      +      "type": "array"
      +    },
      +    "claims": {
      +      "items": {
      +        "properties": {
      +          "citations": {
      +            "items": {
      +              "properties": {
      +                "id": {
      +                  "type": "string"
      +                },
      +                "url": {
      +                  "type": "string"
      +                }
      +              },
      +              "type": "object"
      +            },
      +            "type": "array"
      +          },
      +          "facet": {
      +            "description": "Structural facet category.",
      +            "enum": [
      +              "primary_force",
      +              "voxel_lead",
      +              "exhibit",
      +              "defensive_response",
      +              "lesson",
      +              "notable_decision",
      +              "voting_record"
      +            ],
      +            "type": "string"
      +          },
      +          "id": {
      +            "description": "Full claim_id slug — `{scope}.{facet}.{noun}`.",
      +            "type": "string"
      +          },
      +          "schema_id": {
      +            "description": "Full @id URL for JSON-LD reference.",
      +            "type": "string"
      +          },
      +          "text": {
      +            "description": "Claim text, verbatim.",
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "id",
      +          "facet",
      +          "text",
      +          "schema_id",
      +          "citations"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "fell_back_to_synthesis": {
      +      "type": "boolean"
      +    },
      +    "freshness": {
      +      "properties": {
      +        "corpus_last_harvested": {
      +          "description": "YYYY-MM-DD — most recent harvest_date in corpus.",
      +          "type": "string"
      +        },
      +        "dossier_last_material_update": {
      +          "description": "YYYY-MM-DD — when this dossier last changed.",
      +          "type": [
      +            "string",
      +            "null"
      +          ]
      +        },
      +        "page_last_rendered": {
      +          "description": "ISO 8601 — request-time stamp.",
      +          "type": "string"
      +        },
      +        "site_build_committed": {
      +          "description": "Short git SHA.",
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "corpus_last_harvested",
      +        "page_last_rendered",
      +        "site_build_committed"
      +      ],
      +      "type": "object"
      +    },
      +    "frontmatter": {
      +      "type": "object"
      +    },
      +    "lens": {
      +      "type": "string"
      +    },
      +    "lens_was_requested": {
      +      "type": "string"
      +    },
      +    "projection": {
      +      "type": "string"
      +    },
      +    "record_status": {
      +      "type": [
      +        "object",
      +        "null"
      +      ]
      +    },
      +    "slug": {
      +      "type": "string"
      +    },
      +    "title": {
      +      "type": "string"
      +    },
      +    "type": {
      +      "enum": [
      +        "place"
      +      ],
      +      "type": "string"
      +    },
      +    "url": {
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "slug",
      +    "type",
      +    "url",
      +    "lens",
      +    "projection",
      +    "claims",
      +    "freshness"
      +  ],
      +  "type": "object"
      +}
  3. First observed

TDQS

A4.4/5.0
Behavior4/5

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

The annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds valuable behavioral context about the default synthesis projection ("multidimensional view that holds all lenses in superposition") and how passing a single-lens value changes the output. No contradictions with annotations.

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?

The description is three sentences, each earning its place: the first states the core action, the second explains the default behavior, and the third provides usage guidance. It is front-loaded and free of redundant content, appropriately sized for the tool's complexity.

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?

Given the comprehensive input schema, output schema, and annotations, the description covers the essential aspects: the purpose, the default vs. single-lens behavior, and the stakeholder contexts. It does not need to explain return values (output schema exists) or provide more detail on discovery (the schema already references list_places). This is a complete picture for actionable use.

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 schema provides thorough documentation for both slug and lens, including the enum, default, and alias routing (100% coverage). The description goes beyond the schema by explaining the functional impact of the lens parameter in terms of user stakes (e.g., developer, investor), which helps an agent understand when to choose a specific lens.

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

Purpose5/5

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

The description opens with a specific verb and resource: "Return the dossier projection for a city, in the requested cognitive lens." This clearly identifies the tool's function and differentiates it from sibling describe tools by focusing on cities and the lens concept.

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?

It provides clear context for when to use the default synthesis projection versus a single-lens request, stating it is "useful when the agent is acting on behalf of a user with a specific stake" and listing examples. However, it does not explicitly name alternatives or state when not to use this tool relative to siblings.

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