Skip to main content
Glama
05-changelog-guide.md802 B
# Recipe: Fetch “Changelogs” via `get_twitterapi_guide` The “Changelogs” documentation page is available via the **page key** `changelog` (lowercase). ## JSON tool call ```json { "tool": "get_twitterapi_guide", "arguments": { "guide_name": "changelog" } } ``` ## JavaScript ```js const res = await callTool("get_twitterapi_guide", { guide_name: "changelog" }); const markdown = res.structuredContent?.markdown ?? res.content?.[0]?.text ?? ""; console.log(markdown); ``` If you want to discover the key dynamically: ```json { "tool": "search_twitterapi_docs", "arguments": { "query": "changelog", "max_results": 5 } } ``` If the guide key is unknown or not found, you can fall back to a URL/path fetch: ```json { "tool": "get_twitterapi_url", "arguments": { "url": "/changelog" } } ```

Latest Blog Posts

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/dorukardahan/twitterapi-io-mcp'

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