Skip to main content
Glama

Jacob Campbell — Florida Real Estate (The Keyes Company)

Read a page as Markdown

get_page_markdown
Read-onlyIdempotent

Fetches any page on jacobcampbellrealtor.com and returns it as Markdown. Pass a path, e.g. "/about.php" or "/real-estate-agent/texas/austin/".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesSite-relative path beginning with /

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "markdown": {
      -      "type": "string"
      -    },
      -    "path": {
      -      "type": "string"
      -    },
      -    "truncated": {
      -      "type": "boolean"
      -    },
      -    "url": {
      -      "type": "string"
      -    }
      -  },
      -  "required": [
      -    "path",
      -    "url",
      -    "markdown",
      -    "truncated"
      -  ],
      -  "type": "object"
      -}New value: +null
  2. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare this as read-only, idempotent, and non-destructive. The description adds useful behavioral context by specifying that the result is Markdown and that it fetches 'any page' on the site, including site-relative path examples. No contradictions with annotations are present.

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: the first states what the tool does and the second gives concrete path examples. Every sentence earns its place, and key information is front-loaded.

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

Completeness5/5

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

For a simple, single-parameter read-only tool with no output schema, the description is sufficient. It explains what content is fetched, the return format, and the required path format. An agent has enough information to invoke and interpret the result correctly.

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?

The schema already fully describes the single 'path' parameter as a site-relative path beginning with '/', giving 100% coverage. The description adds helpful examples but no additional semantic meaning beyond the schema, so the baseline score of 3 is appropriate.

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 names a specific action ('Fetches'), a specific resource ('any page on jacobcampbellrealtor.com'), and the output format ('returns it as Markdown'). It is clearly distinguishable from siblings like search_site or list_trade_partners, which serve different purposes.

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

Usage Guidelines3/5

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

The description implies the tool is for retrieving a specific page's Markdown content, and the examples clarify path format. However, it does not explicitly state when to prefer this over sibling tools such as search_site or explain_referral, nor when not to use it.

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