Osmuser
osmuserOpenStreetMap User: Contributor: last edit + changeset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
osmuserOpenStreetMap User: Contributor: last edit + changeset
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It does indicate the output topics (contributor metadata, last edit, changeset), which gives some insight into what the tool returns. However, it does not state whether the operation is read-only, what happens with invalid or empty queries, or any other behavioral characteristics.
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 very short with no wasted words, which is concise. However, it is a fragment rather than a structured sentence, and it omits essential details like the parameter's meaning. It is not bloated, but its brevity comes at the cost of clarity.
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?
This is a simple one-parameter tool, but the description still leaves the agent guessing about what to supply for 'q' and when to choose this tool over similar user-related lookups. The output schema may cover return values, but the input semantics and usage context are not sufficiently described for reliable invocation.
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?
The schema has one parameter 'q' with no description coverage, and the description never explicitly states that 'q' is an OpenStreetMap username. The tool name and resource mention imply it, but the description does not confirm the parameter's meaning or expected format. Given 0% schema coverage, the description should compensate but only partially does.
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 names a specific resource (OpenStreetMap User) and suggests the data it returns (contributor, last edit, changeset), which distinguishes it from generic siblings like 'username'. However, it lacks an action verb such as 'lookup' or 'get', so the agent must infer that the tool retrieves OpenStreetMap user information. It is clearer than a tautology but still more of a label than a full purpose statement.
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?
There is no guidance about when to use this tool versus alternatives, nor any mention of prerequisites or expected input. The description only names the data domain. No exclusions or sibling comparisons are provided, so the agent receives no directional help.
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.