Skip to main content
Glama
x51xxx

OSP Marketing Tools MCP Server

by x51xxx

get_meta_guide

Generate optimized meta titles, descriptions, and slugs for web content with keyword placement and search intent analysis.

Instructions

Get the Open Strategy Partners (OSP) Web Content Meta Information Generation System for creating optimized article titles, meta titles, meta descriptions, and slugs for web content with proper keyword placement and search intent analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The complete tool handler implementation for 'get_meta_guide', registered inline. It reads the 'meta-llm.md' file using the injected contentReader utility and returns its content as structured JSON response, handling errors appropriately.
    server.tool( "get_meta_guide", "Get the Open Strategy Partners (OSP) Web Content Meta Information Generation System for creating optimized article titles, meta titles, meta descriptions, and slugs for web content with proper keyword placement and search intent analysis.", async (_extra) => { try { const content = await contentReader.readMarkdownFile('meta-llm.md'); return { content: [{ type: "text", text: JSON.stringify({ success: true, data: { content } }) }] }; } catch (error) { return { content: [{ type: "text", text: JSON.stringify({ success: false, error: error instanceof Error ? error.message : String(error) }) }], isError: true }; } } );
  • Registration of the 'get_meta_guide' tool via server.tool() within the registerTools function.
    server.tool( "get_meta_guide", "Get the Open Strategy Partners (OSP) Web Content Meta Information Generation System for creating optimized article titles, meta titles, meta descriptions, and slugs for web content with proper keyword placement and search intent analysis.", async (_extra) => { try { const content = await contentReader.readMarkdownFile('meta-llm.md'); return { content: [{ type: "text", text: JSON.stringify({ success: true, data: { content } }) }] }; } catch (error) { return { content: [{ type: "text", text: JSON.stringify({ success: false, error: error instanceof Error ? error.message : String(error) }) }], isError: true }; } } );

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/x51xxx/osp-marketing-tools-mcp'

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