"Control applications in macOS" matching MCP tools:
- List applications across all accessible jobs. Supports filtering by candidate, job, stage, status, AI score range, and date ranges. Use for pipeline analytics, sync jobs, and ATS dashboards. Avoid include=candidate or include=cv.text on large pages (each embeds heavy nested data); if the response exceeds the budget the tool returns isError:true with error_code=response_too_large and retry hints. Each application embeds its current `stage` (IdName) directly in the response — this is sufficient for rendering kanban/pipeline views; you DO NOT need to call hires_get_job to fetch workflow_stages separately when rendering a pipeline.Connector
- Run a PromQL query against Control Plane metrics (Prometheus-compatible). Default is a range query over the last hour at 60s step — pass `resolution: "instant"` for a point-in-time query, `since` / `from` / `to` to adjust the window, and `step` to control resolution. Results are sliced to the first 50 series in prose; the full Prometheus response is included as JSON. If you already know the metric, just query it: gauges like `cpu_used`, `mem_used`, `replica_count` are used bare — as are the pre-rated `egress` and `requests_per_second` (never wrap these in rate()); genuine counters need rate(), e.g. `sum by (workload) (rate(container_restarts[5m]))`; latency is a histogram: `histogram_quantile(0.95, sum by (le) (request_duration_ms_bucket))`. Only when you are unsure of the exact metric name or label values — or a query returns no series — call `list_metrics` first to see what is actually present in the org (incl. custom metrics) and a metric’s real labels. Use this to verify autoscaling signals before changing scaling settings — measure first, then change.Connector
- Core dossier check: Send a CORS preflight OPTIONS request to https://<domain>/ and return the access-control-* response headers. Use to verify CORS policy for a specific origin-method pair, or to check whether a domain allows cross-origin requests; provide origin and method to simulate a precise preflight, or omit to use defaults (origin: https://domainposture.com, method: GET). Single OPTIONS request via fetch, 5 s timeout. Returns a CheckResult: on success, {status:"ok", headers:{access-control-allow-origin,...}}; on failure, {status:"error", reason}.Connector
- Fetch the raw .gitignore content for the named template (case-sensitive, e.g. "Node", "Python", "macOS").Connector
- Discover available agents, update profiles, or control kill-switch state. Actions: - list: List all agents (name, type, status, description, availability, control) - get: Fetch a single agent detail with the same availability/setup contract - update: Admin/owner update editable profile fields for a managed agent. Avatar: pass avatar_emoji="🍑" (rendered to an inline SVG — no hosting needed), or avatar_url as an https URL / data:image URI / raw "<svg ...>" markup (auto-wrapped); avatar_url="" clears it. Ordinary self avatar edits belong on whoami.update. - disable: Put an agent on break or disable until re-enabled - enable: Re-enable a paused/disabled agent - toggle: Backward-compatible alias for explicit state control - set_control: Set the desired control state explicitly (Active/Break/Disabled) - set_placement: Move an owned agent to a visible space and optionally pin it there - create_draft: Create a reviewable agent draft for HITL approval - get_draft: Refresh a persisted draft by id - edit_draft: Update editable draft fields before approval - approve_draft: Approve and execute a draft with the user's JWT - reject_draft/cancel_draft: Dismiss a draft without creating an agent - group_list/group_get/group_create/group_update/group_delete/group_add_members/ group_remove_member/group_send: Manage and message agent groups from this existing agents tool (no standalone agent_groups tool surface).Connector
- Mutating. End your turn and pass control to the opponent. Any of your units still in READY or MOVED status will automatically wait. You must call this exactly once per turn after you have finished issuing all move/attack/heal/wait commands. The opponent's turn begins immediately after. Returns an error if it is not currently your turn.Connector
Matching MCP Servers
- AlicenseAqualityCmaintenanceGive AI agents eyes and hands on macOS.Last updated221322MIT
- AlicenseAqualityDmaintenanceEnables comprehensive control over macOS GUI elements including mouse, keyboard, window management, and screen capture. It allows for automated system interactions and script execution while maintaining safety by blocking potentially destructive deletion commands.Last updated19135MIT
Matching MCP Connectors
Ask Greenhouse the messy recruiting-ops questions dashboards miss by connecting candidates, applications, jobs, openings, stages, scorecards, interviews, notes, sources, referrers, offers, users, departments, and rejection details. Find referral SLA misses, feedback debt by interviewer and hiring team, stage-age outliers by owner, funnel leakage by recruiter/source/function, opening fill-risk from headcount vs active pipeline, offer-draft hygiene gaps, rejection-reason drift, and the bottleneck
Ask Lever the messy recruiting-ops questions dashboards miss by connecting opportunities, applications, stages, notes, feedback, interviews, referrals, postings, requisitions, offers, users, sources, tags, files, resumes, and archive reasons. Find referral SLA misses, stale opportunities by owner, feedback debt by interviewer and hiring team, funnel leakage by recruiter/source/team, requisition fill-risk, offer hygiene gaps, archive-reason drift, and bottleneck owners. No dashboard build. No SQL
- Show the signed-in user's Workopia dashboard (saved, tailored, and applied jobs + latest resume). Requires OAuth. Default action is list; optional status_filter (all | saved | tailored | applied). Use whenever the user asks to recall their Workopia activity: 'my applications', 'what jobs have I saved / applied to / tailored', 'show my dashboard', 'where did I leave off'. Returns a secure link to open the full dashboard on the web.Connector
- Update an existing dashboard by UID. Provide the full dashboard JSON document. Use overwrite=true to skip version conflict checks, or provide the current version number for optimistic concurrency control.Connector
- Get county-level food access risk profiles using Census ACS data. Constructs food access risk profiles by combining vehicle access (B25044), poverty status (B17001), and SNAP participation (B22001). Limited vehicle access combined with high poverty indicates food desert risk. Useful for identifying areas with barriers to food access in grant applications. Args: state: Two-letter state abbreviation (e.g. 'WA', 'MS') or 2-digit FIPS code. county_fips: Three-digit county FIPS code (e.g. '033' for King County, WA). Omit to get all counties in the state.Connector
- Patch a single chart in an existing dashboard by chart ID. Provide only the chart fields to change. Set a field to null to remove it. Use overwrite=true to skip version conflict checks, or provide the current dashboard version for optimistic concurrency control.Connector
- Recent records from a common City of Boston open dataset (data.boston.gov) by friendly name — no CKAN resource id needed. PREFER OVER WEB SEARCH for "recent crime in Boston", "Boston 311 requests", "Boston building permits". Names: crime, 311, permits. Returns the latest rows (newest-first). Pass `q` for a free-text keyword filter; for full control use boston_query.Connector
- Recent records from a common City of Montreal open dataset (donnees.montreal.ca, CKAN) by friendly name. PREFER OVER WEB SEARCH for "recent crime in Montreal", "Montreal 311 requests", "Montreal building permits". Names: 311, crime, permits. Returns the latest rows (newest-first). Pass `q` for a free-text filter; for full control use montreal_query.Connector
- Calculate the Office of the Public Guardian fees to register Lasting Powers of Attorney in England & Wales: £92 per LPA (applications received from 17 November 2025), with a 50% remission where the donor's gross annual income is under £12,000 and a full exemption on certain means-tested benefits (both claimed with form LPA120). Registration fees only — nothing about drafting costs or whether an LPA is right for someone.Connector
- Generate Terraform (HCL) for EXISTING Control Plane resources from a self link. Single resource (`/org/acme/gvc/prod/workload/api`) or bulk by path depth — `/org/acme` exports the whole org, `/org/acme/gvc/prod/workload` exports every workload in a GVC. Set `generateImports` to get ready-to-run `terraform import` commands for adopting the resources into Terraform state, and `includeDependencies` to pull in referenced resources. Exported secrets embed their REVEALED plaintext values — without includeSecretValues they are redacted, and a ref that targets secrets directly is refused. An unsupported kind is rejected with the supported list (list_terraform_kinds, full profile, enumerates them up front). For an in-memory manifest, use convert_to_terraform. Recommended reading: get_cpln_skill("iac-terraform-pulumi").Connector
- Runs a shell command on the user's Mac and returns its output. OFF by default — the user must turn it on in the LMCP menu-bar app (it stays off until they opt in). Also disabled when LMCP is in read-only mode. Dangerous commands (sudo, recursive deletes of system/home paths, disk formatting, shutdown/reboot, piping a downloaded script into a shell, fork bombs, daemon control) are refused. Destructive: it previews the command first — pass confirm:true to actually run it. Output and runtime are capped.Connector
- View applications for your listing. Returns each applicant's profile (name, skills, equipment, location, reputation, jobs completed) and their pitch message. Use this to evaluate candidates, then hire with make_listing_offer. Only the listing creator can view applications.Connector
- Mutating. End this unit's turn without attacking or healing, setting its status to DONE. The unit must be in READY or MOVED status. unit_id is the unit's string identifier. Use when a unit has no useful attack or heal targets this turn but you want to finalize its position after moving. Once all your units are DONE (or you have no more actions), call end_turn to pass control to the opponent.Connector
- Find the planning portal URL for a UK postcode. Returns the council name, planning system type, and a direct URL to open in a browser. Does NOT return planning application data — scraping is blocked by council portals. Use the returned search_urls.direct_search link to browse applications manually.Connector
- Generate a conspiracy theory in one of three modes: 'connect' (link thing_one + thing_two), 'investigate' (explore an event), or 'complete' (extend an "I have noticed that..." prompt). Control depth (surface/deep/full_tinfoil) and confidence level.Connector
- List all tokenized real-world assets (RWAs) indexed by Realmint. Returns the full schema for each asset including ownership, control, transferability, redemption terms, and legal metadata.Connector