目录 / golemry
MCP
鉴权未知
未评级
已上架
golemry
Create and manage scheduled, guarded AI agent jobs with built-in quality control and 900+ connectors. This gives any agent the power to setup recurring AI tasks in a safe an reliable way and outsource task execution. - Create jobs from plain language: A prompt, a model, and a cron schedule or event trigger. - Guarded by an overseer: Every result is checked before delivery, and anything that looks off is escalated to you, so silent failures don't slip through. - 900+ connectors: Gmail, GitHub, web search, and more, usable directly inside jobs.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://golemry--golemry.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"golemry": {
"url": "https://golemry--golemry.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| create_job | Create a new AI agent job that runs a prompt with a specified LLM model. A job is either scheduled (runs automatically on a recurring cron schedule) or an event trigger job (no schedule). |
| list_available_llms | List the LLM providers and models you can use, based on configured API keys. Returns, per provider, the models already in use by existing jobs and the full set of available models. Prefer cheap, up-to-date models. |
| list_jobs | List all your jobs, with their schedule (if any), status, and most recent execution details. |
| get_job | Get full details for a specific job including its prompt, model, schedule, and last execution result. |
| run_job | Immediately run an existing job once. |
| update_job | Update an existing job's name, prompt, model, schedule and more. |
| list_executions | List recent job executions (most recent first, paginated, optionally filtered by jobId) |
| get_execution | Returns the execution's agent transcript and logs, both paginated and ordered most-recent-first. |
| list_connected_connectors | List the connectors the user has ALREADY connected (gmail, github, etc.). These can be used in jobs. |
| list_connectable_connectors | List connectors the user could connect but has NOT connected yet (gmail, github, etc.); for connectors they have already connected, use list_connected_connectors instead. Use this to recommend an integration when a request may need a service they haven't connected. The user has to connect a connector at https://golemry.com/app/connectors before it is available for jobs. |
| list_connector_tools | List all available tools of a connector. Works for any connector, including ones the user has not connected yet, so you can inspect what a connector offers before recommending it. Only connected connectors can be used in jobs. |
| get_connector_tool | Get the full description and input parameter schema for a single tool of a connector. |
| run_connected_tool | Run a single tool of an already connected connector, using arguments from the tool's input schema. Use this for one-off actions the user asks for directly, or setup tasks. For recurring or scheduled work, create a job instead. |
| get_doc_links | Get links to Golemry's documentation (website, docs page, docs llms.txt) |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。