Skip to main content
Glama

Server Details

Provides access to Civic Plus - See Click Fix, allowing you to interact with your data via an LLM.…

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

15 tools
acknowledgeIssueTry in Inspector

Acknowledge an issue in SeeClickFix with a comment

ParametersJSON Schema
NameRequiredDescriptionDefault
commentYesThe acknowledgment comment
issueIdYesThe ID of the issue to acknowledge
addCommentTry in Inspector

Add a comment to an issue in SeeClickFix

ParametersJSON Schema
NameRequiredDescriptionDefault
commentYesThe comment text to add
issueIdYesThe ID of the issue to comment on
changeLocationTry in Inspector

Change the location of an existing issue in SeeClickFix

ParametersJSON Schema
NameRequiredDescriptionDefault
latYesNew latitude coordinate for the issue
lngYesNew longitude coordinate for the issue
addressYesStreet address of the new location
issueIdYesThe ID of the issue to update location
closeIssueTry in Inspector

Close an issue in SeeClickFix with a closing comment

ParametersJSON Schema
NameRequiredDescriptionDefault
commentYesThe closing comment
issueIdYesThe ID of the issue to close
createIssueWithDetailsTry in Inspector

Step 3 of 3 when creating a new issue. Use the information collected from the user to create the issue.

ParametersJSON Schema
NameRequiredDescriptionDefault
latYesLatitude coordinate (required)
lngYesLongitude coordinate (required)
addressYesStreet address where the issue is located
answersYesAnswers to the request type questions (key-value pairs where keys are question IDs)
deviceIdNoDevice ID for tracking
mediaUrlNoURL of media attachment
reporterNameNoName of the person reporting the issue
reporterEmailNoEmail address of the person reporting the issue
requestTypeIdYesID of the request type for this issue
flagIssueTry in Inspector

Flag an issue as inappropriate or problematic in SeeClickFix

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonYesThe reason for flagging the issue (e.g., 'inappropriate', 'spam', 'duplicate', 'not_an_issue')
commentNoAdditional comment explaining why the issue is being flagged
issueIdYesThe ID of the issue to flag
followIssueTry in Inspector

Follow an issue to receive notifications about updates in SeeClickFix

ParametersJSON Schema
NameRequiredDescriptionDefault
issueIdYesThe ID of the issue to follow
getCommentsTry in Inspector

Get all comments for a specific issue in SeeClickFix

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination (default: 1)
issueIdYesThe ID of the issue to get comments for
perPageNoNumber of comments per page (default: 20)
getCurrentTimeTry in Inspector

Get the current date and time

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getIssueTry in Inspector

Get a single issue by its ID from SeeClickFix

ParametersJSON Schema
NameRequiredDescriptionDefault
issueIdYesThe ID of the issue to retrieve
getIssuesTry in Inspector

Get a list of issues from SeeClickFix with optional date filtering

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination (default: 1)
endDateNoEnd date for filtering issues ISO 8601 format (e.g., "2024-07-28T00:00:00Z")
perPageNoNumber of issues per page (default: 20)
startDateNoStart date for filtering issues ISO 8601 format (e.g., "2024-07-28T00:00:00Z")
getRequestTypeDetailsTry in Inspector

Step 2 of 3 when creating a new issue. Use the information requirements that are returned to prompt the user for that information.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestTypeIdYesThe ID of the request type
getRequestTypesTry in Inspector

Step 1 of 3 when creating a new issue. The user must provide a location to get the request types available in that area.

ParametersJSON Schema
NameRequiredDescriptionDefault
latYesLatitude coordinate of the location
lngYesLongitude coordinate of the location
reopenIssueTry in Inspector

Reopen a closed issue in SeeClickFix with a comment

ParametersJSON Schema
NameRequiredDescriptionDefault
commentYesThe reopening comment
issueIdYesThe ID of the issue to reopen
updateIssueTry in Inspector

Update an existing issue in SeeClickFix

ParametersJSON Schema
NameRequiredDescriptionDefault
issueIdYesThe ID of the issue to update
priorityNoNew priority for the issue
assigneeIdNoID of the user to assign the issue to
categoryIdNoID of the category to assign the issue to

FAQ

How do I claim this server?

To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:

{ "$schema": "https://glama.ai/mcp/schemas/connector.json", "maintainers": [ { "email": "your-email@example.com" } ] }

The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.

What are the benefits of claiming a server?
  • Control your server's listing on Glama, including description and metadata
  • Receive usage reports showing how your server is being used
  • Get monitoring and health status updates for your server
Try in Browser

Your Connectors

Sign in to create a connector for this server.