Find Oleba local pages
get_location_pagesFind public Oleba pages/posts relevant to a locality such as Piaseczno, Ursynów, Mokotów, Józefosław or Konstancin-Jeziorna.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| location | Yes |
get_location_pagesFind public Oleba pages/posts relevant to a locality such as Piaseczno, Ursynów, Mokotów, Józefosław or Konstancin-Jeziorna.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| location | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations, so the description carries the full burden of behavioral disclosure. It adds some transparency by specifying 'public' and the kind of content returned, but it does not state what the output looks like, how relevance is determined, whether pagination is involved, or what the limit parameter controls.
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?
The description is a single focused sentence with no filler. The main action and resource appear first, and the locality examples are scannable and immediately useful.
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 lookup tool with two parameters and no output schema, the description provides enough to make a reasonable first call: supply a locality and set an optional limit. However, it lacks return format details and sibling differentiation, so it is not fully complete for an agent deciding between this and related tools.
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. It adds useful meaning for the required `location` parameter by giving real locality examples, but it does not explain the optional `limit` parameter at all, leaving its semantics to inference from the schema's default and bounds.
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 description states a specific verb ('Find') and resource ('public Oleba pages/posts'), and clearly defines the locality-based scope with concrete examples. It doesn't explicitly differentiate from siblings like search_site or get_content, but the resource and locality criterion make the purpose clear.
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?
The description implies when to use the tool: when you need Oleba pages or posts relevant to a named locality. It provides example locations but gives no explicit guidance about when not to use it or how it compares with alternatives such as search_site.
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.