Skip to main content
Glama
skywinder

OSM Edit MCP Server

by skywinder

get_edit_capabilities

Read-onlyIdempotent

Check which safety protections and optional local services are currently active before editing OpenStreetMap data.

Instructions

Describe the active safety profile and optional local services.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.1

TDQS

C2.9/5.0
Behavior2/5

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

The annotations already declare this read-only, idempotent, and non-destructive, so the description does not need to repeat that. However, the description only names the resource without explaining what behavior to expect, such as what status is returned or what these services actually are.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

At nine words, the description is genuinely concise and front-loaded. It avoids repeating annotation details, though the terseness comes at the cost of specificity, so it is not a perfect 5.

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

Completeness3/5

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

With zero parameters, safe read-only annotations, and an output schema present, the description can afford to be brief. Still, it leaves 'active safety profile' and 'optional local services' undefined and provides no reason an agent would select this tool over similar read-only siblings.

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?

There are no parameters, so the description has no parameter burden. The baseline of 4 applies because there is nothing structurally missing; the empty schema is accurately complemented by a description that does not claim parameters.

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

Purpose3/5

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

The description states a verb, 'describe', and names two resources, 'active safety profile' and 'optional local services', so it is not a pure tautology. However, those resources are undefined jargon, and the description does not distinguish this tool from siblings like check_authentication or get_server_info.

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

Usage Guidelines2/5

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

No guidance is given about when to call this tool or when a sibling would be more appropriate. The text simply restates the tool's subject matter, leaving the agent to infer any usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.