Tools
| Name | Description |
|---|---|
list_constituentsList constituents with pagination. This can return broad donor/contact data for the connected LGL account. | List constituents with pagination. This can return broad donor/contact data for the connected LGL account. |
search_constituentsSearch active constituents with explicit LGL query terms. | Search active constituents with explicit LGL query terms. |
get_constituentGet one constituent by ID, including details available from Little Green Light. | Get one constituent by ID, including details available from Little Green Light. |
create_constituentCreate a constituent with basic individual or organization fields. | Create a constituent with basic individual or organization fields. |
update_constituentUpdate a constituent by ID with explicit fields. | Update a constituent by ID with explicit fields. |
delete_constituentDelete a constituent by ID, including related objects Little Green Light deletes with that record. | Delete a constituent by ID, including related objects Little Green Light deletes with that record. |
list_constituent_giftsList gifts for one constituent by constituent ID with pagination. | List gifts for one constituent by constituent ID with pagination. |
search_giftsSearch gifts with explicit LGL query terms such as updated_from, gift_amount, or gift_types. | Search gifts with explicit LGL query terms such as updated_from, gift_amount, or gift_types. |
get_giftGet one gift by ID. | Get one gift by ID. |
create_giftCreate a gift record for a constituent. Payment card details are not accepted by this action. | Create a gift record for a constituent. Payment card details are not accepted by this action. |
update_giftUpdate a gift by ID with explicit fields. | Update a gift by ID with explicit fields. |
delete_giftDelete a gift by ID. | Delete a gift by ID. |
list_appealsList appeals with pagination. | List appeals with pagination. |
get_appealGet one appeal by ID. | Get one appeal by ID. |
create_appealCreate an appeal record. | Create an appeal record. |
update_appealUpdate an appeal by ID with explicit fields. | Update an appeal by ID with explicit fields. |
delete_appealDelete an appeal by ID. | Delete an appeal by ID. |
list_eventsList events with pagination. | List events with pagination. |
get_eventGet one event by ID. | Get one event by ID. |
create_eventCreate an event record. | Create an event record. |
update_eventUpdate an event by ID with explicit fields. | Update an event by ID with explicit fields. |
delete_eventDelete an event by ID. | Delete an event by ID. |
Triggers
| Name | Description |
|---|---|
constituent_updatedTriggers when a Little Green Light constituent is created or updated after the previous poll. | Triggers when a Little Green Light constituent is created or updated after the previous poll. |
gift_updatedTriggers when a Little Green Light gift or donation is created or updated after the previous poll. | Triggers when a Little Green Light gift or donation is created or updated after the previous poll. |
Quick Start
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.