Tools
| Name | Description |
|---|---|
list_profilesList Grade.us profiles. | List Grade.us profiles. |
get_profileRetrieve one Grade.us profile. | Retrieve one Grade.us profile. |
create_profileCreate a Grade.us profile. Optionally use provider defaults. | Create a Grade.us profile. Optionally use provider defaults. |
update_profileUpdate a Grade.us profile. | Update a Grade.us profile. |
delete_profileDelete a Grade.us profile. | Delete a Grade.us profile. |
find_location_candidatesAsk Grade.us to find local-listing location candidates for a profile. | Ask Grade.us to find local-listing location candidates for a profile. |
add_location_candidatesAdd selected local-listing location candidates to a Grade.us profile. | Add selected local-listing location candidates to a Grade.us profile. |
list_reviewsList reviews for a Grade.us profile. | List reviews for a Grade.us profile. |
list_linksList review links for a Grade.us profile. | List review links for a Grade.us profile. |
create_linkCreate a Grade.us review link for a profile. | Create a Grade.us review link for a profile. |
update_linkUpdate a Grade.us review link. | Update a Grade.us review link. |
delete_linkDelete a Grade.us review link. | Delete a Grade.us review link. |
create_recipientCreate a Grade.us recipient for review request campaigns. | Create a Grade.us recipient for review request campaigns. |
enqueue_recipientsEnqueue Grade.us recipients for creation and review request delivery. | Enqueue Grade.us recipients for creation and review request delivery. |
get_recipientRetrieve one Grade.us recipient. | Retrieve one Grade.us recipient. |
Triggers
| Name | Description |
|---|---|
new_reviewPolls Grade.us profile reviews and emits reviews created since the previous poll. | Polls Grade.us profile reviews and emits reviews created since the previous poll. |
Quick Start
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.
How do I connect Grade.us to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Grade.us as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Grade.us tools exposed by that workspace.
Does Grade.us work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Grade.us work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Grade.us?
Grade.us exposes 15 tools, including List Profiles, Get Profile, Create Profile, Update Profile, Delete Profile, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
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.