lookup
Look up a service, team, or catalog entity in Rootly. Returns owner, on-call, recent reliability, dependencies, and any active incidents. Use when something breaks and the first question is who owns this.
What this skill does
# Service / Team Lookup You are answering "what is this thing and who owns it?" for a service, team, or catalog entity. The user may pass a partial or full name; do your best to resolve it. ## Workflow ### 1. Resolve the target `$ARGUMENTS` is the search term. It might be: - A service name (e.g. `payments-api`) - A team name (e.g. `Platform`) - A repository name - A catalog entity slug Strategy: 1. Try `mcp__rootly__listServices` with the term as a filter where supported. If the MCP tool offers a name/query filter, use it; otherwise fetch the first 50 and match client-side (case-insensitive substring). 2. If no service match, try `mcp__rootly__listTeams` similarly. 3. If still no match, try `mcp__rootly__listCatalogEntities` (across all catalogs). Determine the **kind** of the resolved entity (`service`, `team`, or `catalog-entity`) — branch the rendering on that. If multiple matches, list the top 5 and ask the user to disambiguate. Do not guess. If no matches, say so and suggest the user check spelling or try a broader term. ### 2. Gather details — service path If the resolved entity is a **service**: 1. Call `mcp__rootly__getService` for the full record. Capture: name, description, owning team, environment, slug, URL. 2. Call `mcp__rootly__getServiceUptimeChart` for the last 30 days (if the MCP supports a period parameter; otherwise default). 3. Call `mcp__rootly__listIncidents` with `filter_service_ids=<id>` and `filter_status=started` to surface active incidents on this service. 4. If the service references an owning team, call `mcp__rootly__getTeam` for the team's name and `mcp__rootly__get_oncall_schedule_summary` (or `mcp__rootly__get_oncall_handoff_summary`) for current on-call. 5. Optional: `mcp__rootly__listIncidents` filter by service in the last 90 days, page 1 only, to spot frequency. ### 3. Gather details — team path If the resolved entity is a **team**: 1. Call `mcp__rootly__getTeam` for the record. Capture name, description, slug, members count if available. 2. Call `mcp__rootly__listServices` filtered by team to enumerate owned services. 3. Call `mcp__rootly__get_oncall_schedule_summary` for current on-call across the team. 4. Call `mcp__rootly__listIncidents` filtered by team and `status=started` for active incidents. ### 4. Gather details — catalog entity path If the resolved entity is a **catalog entity**: 1. Call `mcp__rootly__getCatalogEntity` for the full record. 2. Note the catalog it belongs to (`mcp__rootly__getCatalog` if you need the catalog's name). 3. Surface any service/team references in the entity's properties. ### 5. Render **Service rendering:** ``` ## Service: [name] *[slug] — [environment]* ### Ownership - **Team**: [team name] - **On-call right now**: [user name] (until [shift end]) - **Backup**: [backup name if available] ### Recent Reliability (30 days) - Uptime: [percentage] - Incidents: [count] ([critical: N, high: N, medium: N]) - MTTR: [duration] ### Active Incidents [If any:] - 🔴 [INC-XXXX] [title] — started [duration] ago [If none:] No active incidents. ### Description [service description] ``` **Team rendering:** ``` ## Team: [name] *[slug] — [N members]* ### Owned Services ([N]) - [service-name] ([environment]) - [service-name] ([environment]) [max 10, then "+N more"] ### Currently On-Call - [Schedule]: [user name] (until [time]) ### Active Incidents ([N]) - 🔴 [INC-XXXX] [title] [If none: "No active incidents."] ``` **Catalog entity rendering:** ``` ## [Catalog] Entity: [name] *[slug]* ### Properties - [key]: [value] - [key]: [value] ### Linked References [Any service/team links found] ``` ### 6. Read-only This skill never mutates Rootly state. ### 7. Error handling - If a downstream call fails (e.g. uptime chart API errors), render the rest of the data and add a one-line note: "*[Section]: not available — [error]*". - Don't fail the whole response because one optional chart didn't load. - If `getCurrentUser` is needed for context (and most cases don't require it), skip it.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.