get_page_info
Retrieve metadata such as title and content details from Consumer Rights Wiki pages to analyze consumer exploitation issues like privacy violations or deceptive pricing.
Instructions
Get metadata about 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"
}