Skip to main content
Glama

Duyet MCP Server

get_blog_post_content

Extract the full content of a blog post by providing its URL, enabling easy access to detailed information for analysis or integration.

Instructions

Get the full content of a specific blog post by URL

Input Schema

NameRequiredDescriptionDefault
urlYesThe URL of the blog post to retrieve content from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "description": "The URL of the blog post to retrieve content from", "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Duyet MCP Server

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/duyet/duyet-mcp-server'

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