Skip to main content
Glama

MCP TabNews Integration

get contents

Retrieve content from the TabNews API using pagination and sorting strategies. Specify page number, items per page, and sorting order (relevant, new, old) to fetch data efficiently.

Instructions

get contents from tabnews api

Input Schema

NameRequiredDescriptionDefault
pageNoThe page number to get
per_pageNoThe number of contents per page
strategyNoThe strategy to get the contents

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "description": "The page number to get", "type": "number" }, "per_page": { "description": "The number of contents per page", "type": "number" }, "strategy": { "description": "The strategy to get the contents", "enum": [ "relevant", "new", "old" ], "type": "string" } }, "type": "object" }
Install Server

Other Tools from MCP TabNews Integration

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/renant/mcp-tabnews'

If you have feedback or need assistance with the MCP directory API, please join our Discord server