Weavz
SeeClickFix

SeeClickFix

Track and manage public and organization-scoped SeeClickFix 311 issues.

5 tools
1 trigger

Tools

Name
list_issues

List public SeeClickFix issues with bounded filters. Details are opt-in.

get_issue

Get one SeeClickFix issue by ID.

create_issue

Create a SeeClickFix issue. Authentication is required by SeeClickFix for API v2 issue creation.

add_comment

Add a comment to a SeeClickFix issue. Organization-scoped comments use the configured organization ID.

transition_issue

Transition a SeeClickFix issue status when the authenticated account is allowed.

Triggers

Name
updated_issue

Poll public SeeClickFix issues updated since the last run. First run stores a baseline.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('seeclickfix', 'list_issues', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'seeclickfix',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect SeeClickFix to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does SeeClickFix support?

SeeClickFix supports 5 tools including List Issues, Get Issue, Create Issue, Add Comment, Transition Issue.

Can I use SeeClickFix with AI agents?

Yes. Add SeeClickFix to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can SeeClickFix be used in stateful agent workflows?

Yes. Agents can combine SeeClickFix tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does SeeClickFix use?

SeeClickFix uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the SeeClickFix integration cost?

The SeeClickFix integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does SeeClickFix support?

SeeClickFix supports 1 triggers including Updated Issue.

Connect SeeClickFix in minutes

Get 20,000 free action executions every month. No credit card required.