← Back to all apps

Waldo

Businessby Curiosities, Inc.
Launched Mar 11, 2026 on ChatGPT

Waldo is an AI-powered strategy platform for agencies and brands. Run strategy agent, explore collected signals — paid ads, brand mentions, audience conversations, trending topics, and more — and retrieve data across your team's brand spaces.

8ChatGPT Tools
Curiosities, Inc.Developer
BusinessCategory

Available Tools

Execution Get

execution_get
Full Description

Get information about an agent execution by ID. Use summaryOnly when polling background executions — returns status and final output without the full message history.

Parameters (1 required, 1 optional)
Required
agentExecutionIdstring

The execution ID to look up

Optional
summaryOnlyboolean

If true, returns only status, final output text, and key metadata — excludes the full messages array which can be very large. Recommended when polling for background execution results.

Feed Get Items

feed_get_items
Full Description

Get feed items with pagination and filtering. Use filter.status, filter.startDate/endDate, and filter.search.

Parameters (1 required, 5 optional)
Required
feedNamestring

Feed name to retrieve items from

Optional
filterobject

Optional filters

limitnumber

Maximum items to return

Default: 20
offsetnumber

Items to skip for pagination

selectarray

Property paths to include (e.g., ['documentId', 'data.content.title'])

spaceIdstring

Optional space ID for cross-workspace access

Feed List

feed_list
Full Description

List feeds in a space with optional type filter. Can access public spaces from other workspaces by providing spaceId parameter.

Parameters (1 required, 1 optional)
Required
spaceIdstring

Space ID to list feeds from. Can access public spaces cross-workspace.

Optional
feedTypestring

Optional feed type filter

Get Me

get_me
Full Description

Returns the authenticated user and current workspace.

Run Agent Strategy Agent

run_agent__strategy_agent
Full Description

Execute Strategy Agent agent

Parameters (0 required, 3 optional)
Optional
messagestring

Your message to the agent. Required for agents without parameters and for follow-up turns with sessionId.

runInBackgroundboolean

Set to true for conversational clients (e.g. ChatGPT, Claude). Runs the agent in the background and returns a conversation URL for the user to follow along in real time. Agents typically take 30-120 seconds.

sessionIdstring

Session ID from a previous call. When provided, only message is needed.

Space List

space_list
Full Description

List spaces available for the team. Returns space names, IDs, and metadata.

Parameters (0 required, 4 optional)
Optional
isActiveboolean

Filter by active/inactive status

limitnumber

Max results to return (default 20)

nextTokenstring

Pagination token from a previous response

querystring

Search spaces by name

Workspace List

workspace_list
Full Description

List available workspaces (teams) you can access. Admins can search all workspaces; non-admins only see their own.

Parameters (0 required, 1 optional)
Optional
querystring

Optional search filter for workspace name

Workspace Switch

workspace_switch
Full Description

Switch the active workspace (team). All subsequent tool calls (including agents, sequences, and builtin tools) will operate against the new workspace.

Parameters (1 required)
Required
teamIdnumber

The team ID to switch to