{ "name": "GetStripeEntitlementFeatures", "fully_qualified_name": "StripeApi.GetStripeEntitlementFeatures@0.1.0", "description": "Retrieve a list of entitlement features from Stripe.\n\nCall this tool to obtain a list of features related to entitlements from Stripe's API.", "toolkit": { "name": "ArcadeStripeApi", "description": null, "version": "0.1.0" }, "input": { "parameters": [ { "name": "pagination_ending_before", "required": false, "description": "Cursor for pagination defining the position in list. Use to fetch previous page by providing object ID.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list." }, "inferrable": true, "http_endpoint_parameter_name": "ending_before" }, { "name": "fields_to_expand", "required": false, "description": "List of fields in the response to be expanded.", "value_schema": { "val_type": "array", "inner_val_type": "string", "enum": null, "properties": null, "inner_properties": null, "description": "Specifies which fields in the response should be expanded." }, "inferrable": true, "http_endpoint_parameter_name": "expand" }, { "name": "object_return_limit", "required": false, "description": "Specify the number of features to return, ranging between 1 and 100. Defaults to 10 if not provided.", "value_schema": { "val_type": "integer", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10." }, "inferrable": true, "http_endpoint_parameter_name": "limit" }, { "name": "filter_by_lookup_key", "required": false, "description": "Filter results to only include features with the specified lookup key.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "If set, filter results to only include features with the given lookup_key." }, "inferrable": true, "http_endpoint_parameter_name": "lookup_key" }, { "name": "pagination_starting_after", "required": false, "description": "A cursor for pagination. Use the object ID from the last item of your current list to fetch the next page.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list." }, "inferrable": true, "http_endpoint_parameter_name": "starting_after" }, { "name": "include_archived_features", "required": false, "description": "Set to true to include only archived features, or false to exclude them.", "value_schema": { "val_type": "boolean", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "If set, filter results to only include features with the given archive status." }, "inferrable": true, "http_endpoint_parameter_name": "archived" } ] }, "output": { "description": "Response from the API endpoint 'GetEntitlementsFeatures'.", "available_modes": [ "value", "error", "null" ], "value_schema": { "val_type": "json", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": null } }, "requirements": { "authorization": null, "secrets": [ { "key": "STRIPE_API_KEY" } ], "metadata": null }, "deprecation_message": null, "metadata": { "object_type": "api_wrapper_tool", "version": "1.0.0", "description": "Tools that enable LLMs to interact directly with the Stripe API." }, "http_endpoint": { "metadata": { "object_type": "http_endpoint", "version": "1.0.0", "description": "" }, "url": "https://api.stripe.com/v1/entitlements/features", "http_method": "GET", "headers": {}, "parameters": [ { "name": "archived", "tool_parameter_name": "include_archived_features", "description": "If set, filter results to only include features with the given archive status.", "value_schema": { "val_type": "boolean", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "If set, filter results to only include features with the given archive status." }, "accepted_as": "query", "required": false, "deprecated": false, "documentation_urls": [] }, { "name": "ending_before", "tool_parameter_name": "pagination_ending_before", "description": "A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list." }, "accepted_as": "query", "required": false, "deprecated": false, "documentation_urls": [] }, { "name": "expand", "tool_parameter_name": "fields_to_expand", "description": "Specifies which fields in the response should be expanded.", "value_schema": { "val_type": "array", "inner_val_type": "string", "enum": null, "properties": null, "inner_properties": null, "description": "Specifies which fields in the response should be expanded." }, "accepted_as": "query", "required": false, "deprecated": false, "documentation_urls": [] }, { "name": "limit", "tool_parameter_name": "object_return_limit", "description": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.", "value_schema": { "val_type": "integer", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10." }, "accepted_as": "query", "required": false, "deprecated": false, "documentation_urls": [] }, { "name": "lookup_key", "tool_parameter_name": "filter_by_lookup_key", "description": "If set, filter results to only include features with the given lookup_key.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "If set, filter results to only include features with the given lookup_key." }, "accepted_as": "query", "required": false, "deprecated": false, "documentation_urls": [] }, { "name": "starting_after", "tool_parameter_name": "pagination_starting_after", "description": "A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list." }, "accepted_as": "query", "required": false, "deprecated": false, "documentation_urls": [] } ], "documentation_urls": [], "secrets": [ { "arcade_key": "STRIPE_API_KEY", "parameter_name": "Authorization", "accepted_as": "header", "formatted_value": "Bearer {authorization}", "description": "", "is_auth_token": false } ] } }