Weavz
Little Green Light

Little Green Light

Nonprofit CRM for constituents, gifts, appeals, and events.

22 tools
2 triggers

Tools

Name
list_constituents

List constituents with pagination. This can return broad donor/contact data for the connected LGL account.

search_constituents

Search active constituents with explicit LGL query terms.

get_constituent

Get one constituent by ID, including details available from Little Green Light.

create_constituent

Create a constituent with basic individual or organization fields.

update_constituent

Update a constituent by ID with explicit fields.

delete_constituent

Delete a constituent by ID, including related objects Little Green Light deletes with that record.

list_constituent_gifts

List gifts for one constituent by constituent ID with pagination.

search_gifts

Search gifts with explicit LGL query terms such as updated_from, gift_amount, or gift_types.

get_gift

Get one gift by ID.

create_gift

Create a gift record for a constituent. Payment card details are not accepted by this action.

update_gift

Update a gift by ID with explicit fields.

delete_gift

Delete a gift by ID.

list_appeals

List appeals with pagination.

get_appeal

Get one appeal by ID.

create_appeal

Create an appeal record.

update_appeal

Update an appeal by ID with explicit fields.

delete_appeal

Delete an appeal by ID.

list_events

List events with pagination.

get_event

Get one event by ID.

create_event

Create an event record.

update_event

Update an event by ID with explicit fields.

delete_event

Delete an event by ID.

Triggers

Name
constituent_updated

Triggers when a Little Green Light constituent is created or updated after the previous poll.

gift_updated

Triggers when a Little Green Light gift or donation is created or updated after the previous poll.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Little Green Light to my app?

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

What tools does Little Green Light support?

Little Green Light supports 22 tools including List Constituents, Search Constituents, Get Constituent, Create Constituent, Update Constituent, and more.

Can I use Little Green Light with AI agents?

Yes. Add Little Green Light 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 Little Green Light be used in stateful agent workflows?

Yes. Agents can combine Little Green Light 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 Little Green Light use?

Little Green Light uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Little Green Light integration cost?

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

What triggers does Little Green Light support?

Little Green Light supports 2 triggers including Constituent Updated, Gift Updated.

Connect Little Green Light in minutes

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