Skip to main content
Glama
MelMayssonOwen

TimeToPost MCP server

Get the AI-integration kit (AI installs it)

autoseo_integration_kit
Read-onlyIdempotent

Install a live blog by obtaining the integration kit: webhook contract, HMAC verification, code templates, and install steps. Specify renderMode and stack for matching templates.

Instructions

The "AI installs it" tool — installs a FULLY WORKING, appears-live blog end-to-end. Fetch the AutoSEO integration kit: the receiving-endpoint contract (request/response shape and the HMAC signature-verification algorithm), ready-to-adapt code template(s) for the given stack, and plain-English install instructions. Call this right after autoseo_connect_site with kind "webhook": read the returned files, adapt them to the user's real codebase (their framework, language and folder conventions), write them yourself, and tell the user to deploy. Pass renderMode to control whether the blog appears LIVE or needs a rebuild: "ssr-db" (default, recommended) writes to the site's own database and SSR-renders from it on every request — new posts appear immediately, no rebuild; "ssr-hosted" is the fastest install (zero database — the article stays hosted at TimeToPost and the site only adds an SSR route that fetches it live); "static-mdx" is the legacy MDX-file mode — NOT live, only appears after the site's next build/deploy, prefer one of the other two unless the site already has an MDX pipeline. Pass stack (e.g. "nextjs", "express", "rails", "django", "php", "static") when you know the target site's framework to get a matching template (Next.js/Express get full write + SSR render templates for ssr-db/ssr-hosted); omit it for the generic HTTP contract plus a Node/Express reference implementation and stack-agnostic SSR guidance. Not needed for kind "wp_rest" sites — those have nothing to install. Follow up with autoseo_verify_site once deployed. CAPABILITY: read — side-effect-free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoConnector kind to fetch the kit for; defaults to "webhook"
stackNoTarget framework/language hint, e.g. "nextjs", "express", "rails", "django", "php", "static"
renderModeNo"ssr-db" (default, recommended): SSR from the site's own DB, appears live. "ssr-hosted": zero DB, fastest install, appears live by fetching from TimeToPost's public read API. "static-mdx": legacy, writes an MDX file — NOT live until the next rebuild/deploy.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and idempotentHint=true; the description reinforces this with 'CAPABILITY: read — side-effect-free'. Beyond that, it discloses behavioral details not in annotations: what the returned kit contains, the conditional 'not needed for wp_rest' behavior, and the live-vs-rebuild implications of each renderMode, giving agents a clear picture of the tool's effects and limitations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the main purpose and each subsequent sentence earns its place, but it is a dense single paragraph with multiple clauses that could be structured more cleanly. The final 'CAPABILITY' line is redundant with annotations, adding a minor inefficiency without affecting clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description fully covers what the tool returns and what the agent should do with it (read files, adapt, write, tell user to deploy). It addresses parameter choices, deployment prerequisites, exclusions, and follow-up steps, making it complete enough for correct invocation in nearly any scenario.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds substantial decision-making value: it explains the 'kind' default and when not to use it, elaborates on each renderMode's meaning and trade-offs (default/recommended, fastest, legacy), and clarifies when to pass 'stack' and what happens if omitted. This goes far beyond the raw schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Fetch') and identifies the resource ('AutoSEO integration kit') while detailing its contents (endpoint contract, code templates, install instructions). It further distinguishes itself from siblings by explicitly framing it as the follow-up to autoseo_connect_site and not needed for wp_rest sites, making its purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description offers explicit usage context: 'Call this right after autoseo_connect_site with kind "webhook"' and 'Not needed for kind "wp_rest" sites'. It also provides conditional guidance for 'stack' (omit for generic contract) and clear recommendations among renderMode options, plus a follow-up pointer to autoseo_verify_site, fully covering when and how to use the tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other 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/MelMayssonOwen/timetopost-mcp'

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