retrieve_field_plugins
Retrieve field plugins from Storyblok with filtering by context, ownership, and search terms. Use this tool to find and manage custom field types across spaces, organizations, or partner accounts.
Instructions
Retrieves multiple field plugins (field types) across different contexts.
Args: context (str): 'space', 'org', or 'partner' only_mine (int): 1 = only plugins created by authenticated user page (int): pagination page number per_page (int): plugins per page (max 100) search (str): search filter for plugin name or slug
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Context: 'space', 'org', or 'partner' | space |
| only_mine | No | 1 = only plugins created by authenticated user | |
| page | No | Pagination page number | |
| per_page | No | Plugins per page (max 100) | |
| search | No | Search filter for plugin name or slug |