Skip to main content
Glama

get_meta_guide

Generate optimized meta titles, slugs, and web content metadata using Open Strategy Partners' methodologies within the OSP Marketing Tools MCP Server.

Instructions

Get the Open Strategy Partners (OSP) Web Content Meta Information Generation System (titles, meta-titles, slugs).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'get_meta_guide' MCP tool. It is registered via the @mcp.tool() decorator and reads the meta-llm.md guide file, returning its content or an error if the file is missing.
    @mcp.tool() async def get_meta_guide() -> dict: """Get the Open Strategy Partners (OSP) Web Content Meta Information Generation System (titles, meta-titles, slugs).""" script_dir = os.path.dirname(os.path.abspath(__file__)) try: with open(os.path.join(script_dir, 'meta-llm.md'), 'r') as f: content = f.read() return { "success": True, "data": { "content": content } } except FileNotFoundError: return { "success": False, "error": "Required file 'meta-llm.md' not found in script directory" }

Other Tools

Related Tools

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/open-strategy-partners/osp_marketing_tools'

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