get_page_content
Retrieve the full content or specific sections of a wiki page from the Consumer Rights Wiki to access detailed information on consumer exploitation issues like privacy violations and deceptive practices.
Instructions
Get the full content of a specific wiki page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
section | No | Optional section number to retrieve | |
title | Yes | The title of the wiki page |
Input Schema (JSON Schema)
{
"properties": {
"section": {
"description": "Optional section number to retrieve",
"type": "number"
},
"title": {
"description": "The title of the wiki page",
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
}