Weavz
Grade.us

Grade.us

Manage Grade.us profiles, local listing candidates, review links, reviews, and review request recipients.

15 tools
1 trigger

Tools

Name
list_profiles

List Grade.us profiles.

get_profile

Retrieve one Grade.us profile.

create_profile

Create a Grade.us profile. Optionally use provider defaults.

update_profile

Update a Grade.us profile.

delete_profile

Delete a Grade.us profile.

find_location_candidates

Ask Grade.us to find local-listing location candidates for a profile.

add_location_candidates

Add selected local-listing location candidates to a Grade.us profile.

list_reviews

List reviews for a Grade.us profile.

list_links

List review links for a Grade.us profile.

create_link

Create a Grade.us review link for a profile.

update_link

Update a Grade.us review link.

delete_link

Delete a Grade.us review link.

create_recipient

Create a Grade.us recipient for review request campaigns.

enqueue_recipients

Enqueue Grade.us recipients for creation and review request delivery.

get_recipient

Retrieve one Grade.us recipient.

Triggers

Name
new_review

Polls Grade.us profile reviews and emits reviews created since the previous poll.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Grade.us 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 Grade.us support?

Grade.us supports 15 tools including List Profiles, Get Profile, Create Profile, Update Profile, Delete Profile, and more.

Can I use Grade.us with AI agents?

Yes. Add Grade.us 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 Grade.us be used in stateful agent workflows?

Yes. Agents can combine Grade.us 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 Grade.us use?

Grade.us uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Grade.us integration cost?

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

What triggers does Grade.us support?

Grade.us supports 1 triggers including New Review.

Connect Grade.us in minutes

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