publish_to_github
ActiveTool of io.github.jshorwitz/synter-ads
declared in 1.27.0
Publish a markdown blog post to a connected GitHub repo: commit <content_path>/<slug>.md and open a PR (which triggers the site's deploy). Free.
Parameters schema
{
"type": "object",
"title": "publish_to_githubArguments",
"required": [
"slug",
"title",
"markdown"
],
"properties": {
"date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Date",
"default": null
},
"slug": {
"type": "string",
"title": "Slug"
},
"tags": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Tags",
"default": null
},
"title": {
"type": "string",
"title": "Title"
},
"open_pr": {
"type": "boolean",
"title": "Open Pr",
"default": true
},
"category": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Category",
"default": null
},
"markdown": {
"type": "string",
"title": "Markdown"
},
"base_branch": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Base Branch",
"default": null
},
"description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Description",
"default": null
},
"content_path": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Content Path",
"default": null
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.jshorwitz/synter-ads
https://github.com/jshorwitz/synter-mcp-server
1/7 registries