test_page_content
Retrieve and display sample content from specified endpoints on the N Lobby MCP Server to test data availability and format efficiency.
Instructions
Test page content retrieval and show sample content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endpoint | No | Endpoint to test (default: /news) | /news |
length | No | Number of characters to show (default: 1000) |
Input Schema (JSON Schema)
{
"properties": {
"endpoint": {
"default": "/news",
"description": "Endpoint to test (default: /news)",
"type": "string"
},
"length": {
"default": 1000,
"description": "Number of characters to show (default: 1000)",
"type": "number"
}
},
"type": "object"
}