Get page markdown
get_magicscreenshots_markdownFetch a markdown representation of a known MagicScreenshots public page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| route | Yes |
get_magicscreenshots_markdownFetch a markdown representation of a known MagicScreenshots public page.
| Name | Required | Description | Default |
|---|---|---|---|
| route | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, openWorld and non-destructive behavior, so the safety profile is covered. The description adds that the output is markdown and that only public pages are reachable, which is modest extra context but says nothing about pagination, caching, or error behavior for unknown routes.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single front-loaded sentence with no wasted words. It is tight, though arguably underwritten for the number of sibling tools it must be distinguished from.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only fetch with rich annotations and a self-documenting enum, most of what an agent needs is present, and no output schema means return details are not strictly required. However, it omits any hint of how it relates to the discovery document and site summary tools, which matters given the crowded sibling set.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate, and it only offers 'known ... page' for the single 'route' parameter. The enum values are largely self-documenting as URL paths, which limits the damage, but the description does not explain that route must be one of those enumerated paths or what each represents.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The verb 'Fetch' and resource 'markdown representation of a ... public page' are specific, and the word 'known' signals that the page must already be identified. It stops short of distinguishing itself from close siblings such as get_magicscreenshots_discovery_document or get_magicscreenshots_site_summary.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
'Known ... page' faintly implies you must already have a route rather than discovering one, but there is no explicit when-to-use, when-not-to-use, or named alternative among the many siblings. An agent has to infer whether to call this versus the site summary or discovery document.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.