JobTread
Construction estimating, job management, and project finance workflows through JobTread Open API.
Tools
| Name | Description |
|---|---|
get_current_grantGet the user and organization context for the configured JobTread grant. | Get the user and organization context for the configured JobTread grant. |
execute_pave_queryExecute an official JobTread Pave query object using the configured grant key. | Execute an official JobTread Pave query object using the configured grant key. |
list_webhooksList JobTread webhooks for an organization. | List JobTread webhooks for an organization. |
create_webhookCreate a JobTread webhook for all events or a supplied list of event type names. | Create a JobTread webhook for all events or a supplied list of event type names. |
delete_webhookDelete a JobTread webhook by ID. | Delete a JobTread webhook by ID. |
Triggers
| Name | Description |
|---|---|
event_receivedTriggers when JobTread sends an event to a managed webhook. | Triggers when JobTread sends an event to a managed webhook. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('jobtread', 'get_current_grant', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'jobtread',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect JobTread 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 JobTread support?
JobTread supports 5 tools including Get Current Grant, Execute Pave Query, List Webhooks, Create Webhook, Delete Webhook.
Can I use JobTread with AI agents?
Yes. Add JobTread 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 JobTread be used in stateful agent workflows?
Yes. Agents can combine JobTread 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 JobTread use?
JobTread uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the JobTread integration cost?
The JobTread integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does JobTread support?
JobTread supports 1 triggers including Event Received.
Connect JobTread in minutes
Get 20,000 free action executions every month. No credit card required.