Skip to main content
Glama

filament_get_commands

Retrieve Filament artisan commands to manage admin panel development and operations within Laravel applications.

Instructions

Get Filament artisan commands

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionNo5.x

Implementation Reference

  • The implementation and registration of the "filament_get_commands" tool. It retrieves artisan commands based on the requested Filament version from the `artisanCommands` data source.
    server.tool("filament_get_commands", "Get Filament artisan commands", {
      version: versionSchema,
    }, async ({ version }) => {
      const commands = version === "4.x" ? artisanCommands.v4 : artisanCommands.v5;
      return { content: [{ type: "text", text: `# Filament ${version} Commands\n\n\`\`\`bash\n${commands.map(c => `${c.command}  # ${c.description}`).join("\n")}\n\`\`\`` }] };
    });

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/serbansorin/filament-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server