Noun Project · Capability
Noun Project API V2 — Blocklist
Blocklist — Manage per-client blocklists for icon IDs, collection IDs, and terms in the Noun Project API. 3 operations. Lead operation: Get Client Blocklist returns the current blocklist (cached 10 minutes). Self-contained Naftiko capability covering one Noun Project business surface.
What You Can Do
GET
Getblocklist
— Return the current blocklist for the calling client key.
/v1/blocklist
POST
Addblocklistids
— Add icon IDs or collection IDs to the client blocklist.
/v1/blocklist/ids
POST
Addblocklistterms
— Add terms and phrases to the client blocklist.
/v1/blocklist/terms
MCP Tools
get-blocklist
Return the current blocklist for the calling client key.
read-only
idempotent
add-blocklist-ids
Add icon IDs or collection IDs to the client blocklist.
add-blocklist-terms
Add terms and phrases to the client blocklist.