App Logo
app.notion.com

Get Notion Marketplace custom agent

Fetch one Notion Marketplace custom agent by its URL slug: title, icon, brief and full description, advertised features, gallery images, categories, the integrations it requires (Notion, Slack, …), creator, install count, rating, price, published locales and last update. Read-only.

Input

slug required

The agent's URL slug, i.e. the last segment of app.notion.com/marketplace/custom-agents/<slug> (e.g. "weekly-meal-plan"). list_marketplace_agents returns it.

locale optional

Which published locale to read. Falls back to the agent's first published locale. Default "en-US".

Default: "en-US"

Output

id required
url required
slug required
icon optional

Emoji, or an image URL for avatar icons.

price optional

0 for the free agents.

title optional
images optional

Gallery image URLs.

rating optional
creator optional
locales optional
features optional

Capability keys listed under the title, e.g. creates_pages, responds_to_slack_mentions.

updatedAt optional

ISO timestamp of the published version's last edit.

categories optional

Category names shown in Details.

description optional

The About section.

ratingCount optional
installCount optional

Downloads.

requirements optional

The integrations the agent needs (the Requirements section).

briefDescription optional

The one-line pitch under the title.

FAQ

Fetch one Notion Marketplace custom agent by its URL slug: title, icon, brief and full description, advertised features, gallery images, categories, the integrations it requires (Notion, Slack, …), creator, install count, rating, price, published locales and last update. Read-only.
Required: slug. Optional: locale.
It returns id, url, icon, slug, price, title, images, rating, creator, locales, features, updatedAt, categories, description, ratingCount, installCount, requirements, briefDescription.
Yes. It acts as you on app.notion.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the app.notion.com cookies saved by the Reduck extension.
It only reads. It looks things up on app.notion.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/app.notion.com/get_marketplace_agent, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.notion.com/get_marketplace_agent
It is part of Reduck's official curated catalogue.

Start building not clicking