Skip to main content
Glama

get_philadelphia_landmark_details

Read-only

Get detailed information about a specific Philadelphia landmark including full property manifest and Schema.org structured data. Pass landmark_id (e.g., phl-landmark-123) and source type (landmark, religious, aahs).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceNoData source type
landmark_idYesLandmark ID (e.g., phl-landmark-123)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds that the response includes 'full property manifest and Schema.org structured data' and lists valid source types, providing some return content context, but no deeper behavioral traits such as rate limits or response constraints.

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 two sentences long, front-loaded with the purpose, then concise parameter guidance. Every word adds value, with no filler or repetition of schema details.

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 simple, read-only tool with full schema coverage, the description is mostly complete. It mentions return contents (property manifest, Schema.org data) and required parameters. The only minor gap is that it does not explicitly note that 'source' is optional (schema declares it not required), which could cause slight confusion, but the schema clarifies this.

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?

Schema description coverage is 100%, giving each parameter a description, so baseline is 3. The description adds value by providing a concrete example ('phl-landmark-123') for landmark_id and clarifying the meaning of source type with its enum values, improving comprehension beyond the schema.

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 clearly states a specific verb ('Get') and resource ('a specific Philadelphia landmark'), and distinguishes this tool from sibling search tools like 'search_philadelphia_historic_properties' by focusing on retrieving detailed information for a known landmark ID.

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?

The description clearly implies the tool is used when you have a landmark ID and need detailed info, and it explicitly instructs how to pass parameters. However, it does not mention alternatives or when not to use this tool compared to searching, so it stops short of a 5.

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