Skip to main content

ocoya_list_hashtag_libraries

Lists reusable hashtag libraries in an approved workspace. Use this before ocoya_create_ai_post when you want the AI draft to use a saved hashtag library.

Arguments

NameTypeRequiredDescription
workspaceIdstringYesWorkspace ID from ocoya_list_workspaces.
querystringNoCase-insensitive name search.

Example

{
  "name": "ocoya_list_hashtag_libraries",
  "arguments": {
    "workspaceId": "cmayvq3hk00017apshay5qezu",
    "query": "launch"
  }
}

Returns

Returns hashtag libraries with IDs, names, and reusable hashtags. Use the returned id as hashtagLibraryId when calling ocoya_create_ai_post.