thumbtack_graphql
Query Thumbtack's anonymous GraphQL endpoint to fetch custom data on service professionals, including profiles, ratings, and reviews, beyond standard tool output. Read-only; mutations rejected.
Instructions
Escape hatch: issue an arbitrary read-only query against Thumbtack's anonymous GraphQL endpoint. Introspection is disabled upstream, so field names must come from a page's Apollo state. Mutations are refused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | A GraphQL query document. Must not contain a mutation or subscription. | |
| variables | No | Variables for the query. |