get_page_sections
Extract the section structure of a Consumer Rights Wiki page by providing its title, helping users navigate and analyze content on consumer exploitation topics like privacy violations and deceptive pricing.
Instructions
Get the section structure of a wiki page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
title | Yes | The title of the wiki page |
Input Schema (JSON Schema)
{
"properties": {
"title": {
"description": "The title of the wiki page",
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
}