Skip to main content
Glama
DavidSirota

rollin-mcp-server

by DavidSirota

Submit Location Feedback

submit_feedback

Submit corrections or feedback about a location's accessibility features. Report inaccurate information or confirm accuracy with detailed comments.

Instructions

Submit a correction or feedback about a location's accessibility. Use this when a user reports that accessibility information is inaccurate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentNoAdditional context (max 1000 characters)
featuresNoFeature corrections, e.g. { wheelchair_entry: true, parking: false }
location_idYesLocation ID to submit feedback for
feedback_typeYesType: 'accurate' to confirm, 'inaccurate' to flag, 'correction' to update features
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It implies a write operation ('Submit') but does not state whether the submission is destructive, requires authentication, or has rate limits. There is no mention of confirmation or feedback lifecycle.

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?

Two sentences with no redundant information. The first sentence states the action, the second gives usage context. Every word is necessary.

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

Completeness2/5

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

Given the absence of an output schema, the description should at least hint at the result (e.g., confirmation, error handling). It does not. For a tool with 4 parameters including a nested object, more behavioral context (e.g., whether submission is immediate or queued) would be helpful.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds minimal extra meaning beyond the schema (e.g., mentions 'correction' and 'feedback' but not specific parameters). The schema itself adequately documents each parameter.

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 clearly states the action ('Submit a correction or feedback') and the resource ('location's accessibility'). It distinguishes from sibling tools (check_health, get_location_details, etc.) by focusing on feedback submission.

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

Usage Guidelines4/5

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

The description explicitly says 'Use this when a user reports that accessibility information is inaccurate,' providing clear context for when to use. It does not mention when not to use or alternatives, but siblings are sufficiently different.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DavidSirota/rollin-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server