Results for “read-only”
11 skillsreddit
Browse, search, post, and moderate Reddit. Read-only works without auth; posting/moderation requires OAuth setup.
2 · bundle
canvas
Fetches enrolled courses and assignments from Canvas LMS using API token authentication, with read-only access.
2
managing-auth0
Reads and audits Auth0 tenant configuration, applications, connections, rules, actions, users, and logs using the Management API with a discovery-first, read-only approach.
7
cli
Performs mutations on plyr.fm such as uploading, deleting, and liking tracks using the CLI, while the MCP server remains read-only.
54 · bundle
lark
Turns Lark collaboration noise into prioritized action by triaging chat, approvals, meetings, docs, spreadsheets, calendars, and email with a default read-only counselor mode.
32 · bundle
More results
data-api
Query the Clever Data API to retrieve information about contacts, districts, schools, sections, students, and teachers across 44 read-only endpoints.
6 · bundle
api-gateway
Routes API calls to third-party services through Maton-managed connections, with read-only defaults and explicit user approval for any data-modifying operations.
10 · bundle
api-gateway
Connect to external services through Maton-managed API routes. Use this skill only after the user names the target app, account, and task. Start with read/list calls when possible and follow the app-specific reference before any change.
228 · bundle
identity-lookup
Look up who an alias belongs to (people) or what a channel id is (channels) using state/identities.yaml. Use when the operator or a turn-context refers to a platform-prefixed id ("who is discord-100000000000000001?", "what channel is slack-C100?") or you need to resolve aliases the other direction (canonical → display name + aliases). Read-side only — the populator (mimir.identities_populator) maintains the registry.
6
matlab-read-pcb-layout
Import Gerber, ODB++, Allegro .brd, .mcm files for PCB boards and IC packages. Inspect nets, layers, shapes, and stackups. TRIGGER: user asks to import, read, or open a PCB layout file. Gerber files use gerberRead or PCBReader; ODB++, Allegro .brd, .mcm, and native formats use pcbFileRead. Also when inspecting nets, layers, components, or stackups from an imported board. Invoke BEFORE writing import code — the query API (cadnet, cadnetList, componentList) is specialized. SKIP: EM analysis or S-parameter extraction (use matlab-analyze-em), PDN/IR-drop analysis (use matlab-analyze-pcb-pdn), building custom geometry (use matlab-assemble-pcb-layout), material/stackup definition only (use matlab-manage-pcb-material).
920 · bundle
matlab-analyze-pcb-pdn
PDN DC voltage/current analysis, IR drop, design rule checking, and multi-net batch analysis on imported PCB layouts. TRIGGER: user asks about power integrity, PDN analysis, IR drop, voltage distribution, current density, power nets, or design rule checking on a PCB. Invoke BEFORE writing code — the PDN API chain is specialized and non-obvious. SKIP: importing a PCB file (use matlab-read-pcb-layout), EM field/S-parameter extraction (use matlab-analyze-em), material/stackup setup only (use matlab-manage-pcb-material), transmission line design (use matlab-design-pcb-transmission-line).
920 · bundle