name: dart-analyze-files description: "To run static analysis across a Dart or Flutter project, analyze files to find compile and lint errors."
Usage
Use the MCP tool dev-swarm.request to send the payload as a JSON string:
{"server_id":"dart","tool_name":"analyze_files","arguments":{}}
Tool Description
Analyzes the entire project for errors.
Arguments Schema
The schema below describes the arguments object in the request payload.
{
"type": "object"
}
Background Tasks
If the tool returns a task id, poll the task status via the MCP request tool:
{"server_id":"dart","method":"tasks/status","params":{"task_id":"<task_id>"}}
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
7
GitHub Forks
3
Created
Jan 2026
Last Updated
5 months ago
tools
tools automation tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!