Tulimoa steht in keiner Verbindung zu Devin. Wir haben ihren öffentlichen MCP-Server ins Verzeichnis aufgenommen; du kannst ihn direkt über das Tulimoa Gateway verbinden und nutzen.
← Zurück zur DatenbankDevin
Devin is an autonomous AI software engineer that plans and executes coding tasks in a real dev environment.
Devin, by Cognition, is an AI software engineer that can pick up tickets, write code, run tests, and open pull requests in its own sandboxed environment. Its MCP server lets your agents delegate engineering tasks to Devin and track sessions. Connect it with a Devin API key.
- Kategorie
- Developer Tools
- EU-Hosting
- Nein
- Sitz
- Vereinigte Staaten von Amerika
- Preis
- Bezahlt
MCP vom Team verifiziert
Tulimoa hat den MCP-Server dieses Tools getestet und verifiziert. Agenten können sicher andocken.
- Endpoint
- Authentifizierung
- API-Key
Lesen · 6
devin_session_searchSearch and filter Devin sessions. All filters are optional and combined with AND.
The returned session_id values do NOT include the "devin-" prefix. To use them
with devin_session_interact, prepend "devin-" (e.g. session_id "abc123" becomes "devin-abc123").find_settingFind a Devin webapp setting and get a deep-link URL to it. Use for
"where do I change X?". The output includes everything needed to build
the final URL.list_available_reposList all repositories available to query with your Devin account.list_integrationsList all native integrations and MCP servers for the organization, with status and settings/install URLs.
Returns a JSON object with two arrays: "integrations" (native integrations like GitHub, Jira, Slack)
and "mcp_servers" (marketplace MCP servers). Each entry includes whether it's installed and a
path-only URL to the settings/setup page (no host, works with custom enterprise domains).read_wiki_contentsView documentation about a GitHub repository.read_wiki_structureGet a list of documentation topics for a GitHub repository.Erstellen · 2
devin_session_createCreate one or more child Devin sessions via the v3 REST API.
The returned session_id values do NOT include the "devin-" prefix. To use them
with devin_session_interact, prepend "devin-" (e.g. session_id "abc123" becomes "devin-abc123").generate_wikiGenerate a codebase wiki for a repository. Triggers wiki generation and
waits for completion.
Only use this tool when the user explicitly asks to generate or regenerate
a wiki. Do not call it proactively.Weitere · 13
ask_questionAsk any question about a GitHub repository and get an AI-powered, context-grounded response.devin_automation_manageManage Devin automations.
Automations run Devin in response to events (GitHub activity, Slack messages,
Linear updates, schedules, incoming webhooks). Each automation has triggers
(which events fire it, with optional filter conditions and replies) and actions (what to do,
e.g. start a session with a prompt).
Single-automation results include the canonical webapp URL.
Use action="schemas" first when building a new automation: it returns every
supported trigger event type with its condition fields and supported replies,
plus the validation constraints enforced on create/update, so you can
condevin_billing_tag_manageManage Devin billing tags (session groupings for usage tracking) with a
single action-based tool: list/get/create tags and add/list their members.
Only available in private mode (via devin.ai endpoints).devin_code_scan_manageManage Devin code scans (sometimes referred to as "security scans" or
"Devin Security Swarm"). Targets the
authenticated organization and requires the org code scan view permission
for read actions or use permission for creation and remediation. Code
scanning must be enabled for the org.
The "create_profile" action creates an org-owned scan profile that
mutates the organization's scan configuration. The profile's mode is
fixed at creation; the guidance fields define the scan's objective for
non-security scan types. The "update_profile" action edits an existing
org-owned profile: only the fieldevin_knowledge_manageManage Devin knowledge notes and suggestions via a single action-based tool.devin_mcp_server_manageManage MCP server installations for the organization: install (from the
marketplace or custom), update, delete, enable, or disable. Use
list_integrations to see installed and available servers. Only available
in private mode (via devin.ai endpoints).devin_oncall_manageDevin Oncall operations:
- 'report_context': an Oncall report's CURRENT responder membership — names and paused
state resolved right now. Report membership can change at any time (especially
tag-managed reports), so always use this instead of any responder list written into a
digest prompt.
- 'responder_issues': one page of a responder's open issues; page with first/after.
- 'ingest_dashboard': queue an unattended ingestion run that parses the referenced
dashboard into reusable Oncall knowledge snippets ('type' selects the source;
only 'datadog' is supported for now). Use when asked devin_playbook_manageManage Devin playbooks with a single action-based tool.devin_review_manageTrigger a Devin Review for a pull/merge request, or fetch the latest
review status for one. Only available in private mode (via devin.ai
endpoints). The repo must be connected to the authenticated organization.
Reviews run asynchronously: 'trigger' accepts the review (status starts
as 'pending'); poll with 'get_status' until it reaches 'completed'.devin_schedule_manageManage scheduled Devin sessions.
Note: "create" is only for organizations not yet migrated to Automations.
For migrated organizations it is unavailable — schedule work by creating an
automation with a schedule trigger via 'devin_automation_manage' instead.devin_session_eventsInspect events within a Devin session — list summaries, fetch full details, or search.
Actions:
- list: Paginated event summaries with optional filters.
- details: Batch-fetch full event contents by event_id or by offset+limit range.
- search: Full-text search across event contents.devin_session_gatherWait for multiple Devin sessions to reach a settled state before returning.
A session is "settled" when it is no longer actively working:
- status is "exit" (finished or terminated)
- status is "error" (crashed)
- status is "suspended" (sleeping)
- status is "running" with status_detail "finished", "waiting_for_user",
or "waiting_for_approval"
Use this after creating multiple child sessions to wait for all of them
to complete, instead of polling with devin_session_search in a loop.
Any structured_output shown is arbitrary JSON the session self-reported at
some earlier point; it may be stadevin_session_interactConsolidated tool for all interactions with a single Devin session.
Actions, and what each returns:
get: the session's details — session_id, title, status, status_detail,
is_archived, url, acus_consumed, tags, child_session_ids (the sessions
it spawned; this is how you look up a session's, or your own, children —
they come back without the "devin-" prefix, which these tools still accept),
pull_requests, structured_output. Fields are omitted when empty.
message: sends a message (resumes the session if it is sleeping), and returns
the same sessionAnmelden um ein Review zu schreiben.
Noch keine Reviews. Sei der Erste.