ponch-mcp-server 1.0.45 → 1.0.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tools/marketing.js +1 -1
- package/package.json +1 -1
package/dist/tools/marketing.js
CHANGED
|
@@ -929,7 +929,7 @@ export function registerMarketingTools(server, session) {
|
|
|
929
929
|
4. Genera el contenido del post usando el contexto de la foto elegida
|
|
930
930
|
5. Llama save_generated_content({plataforma, datos, fotoId, calendarioItemRef}) — fotoId es el ID de la foto elegida en paso 2
|
|
931
931
|
|
|
932
|
-
CAMPOS por plataforma: summary/topicType para GBP, title
|
|
932
|
+
CAMPOS por plataforma: summary/topicType para GBP, los 16 campos OBLIGATORIOS del system prompt para Blog (title, body, handle, metaTitle, metaDescription, summary, imageAltText, tags, quickAnswerBlock, faqItems, faqTitle, blogId, blogHandle, publishDate, languageCode, plataformaDestino + opcionales), caption/altText/mediaType para IG.
|
|
933
933
|
OBLIGATORIO: calendarioItemRef con formato EXACTO "semana:N:slot:M" (ej: "semana:2:slot:0").
|
|
934
934
|
OBLIGATORIO: fotoId — SIEMPRE pasa el ID de la foto que elegiste con get_photos_for_slot.
|
|
935
935
|
Si el slot tiene notas[], LEERLAS y usarlas como contexto. Si estado es revisar, regenerar adaptando a las notas.
|