golemry

Create and manage scheduled, guarded AI agent jobs with built-in quality control and 900+ connectors.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data

What it can do

  • 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
  • List Jobs: List all your jobs, with their schedule (if any), status, and most recent execution details.

What data it sees

Do you need an account

No: the server works without sign-in

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.
Server tool list (14)

Raw names from tools/list. Only developers need these.

create_jobCreate 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_llmsList 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_jobsList all your jobs, with their schedule (if any), status, and most recent execution details.
get_jobGet full details for a specific job including its prompt, model, schedule, and last execution result.
run_jobImmediately run an existing job once.
update_jobUpdate an existing job's name, prompt, model, schedule and more.
list_executionsList recent job executions (most recent first, paginated, optionally filtered by jobId)
get_executionReturns the execution's agent transcript and logs, both paginated and ordered most-recent-first.
list_connected_connectorsList the connectors the user has ALREADY connected (gmail, github, etc.). These can be used in jobs.
list_connectable_connectorsList 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_toolsList 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_toolGet the full description and input parameter schema for a single tool of a connector.
run_connected_toolRun 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_linksGet links to Golemry's documentation (website, docs page, docs llms.txt)