Skip to main content
Glama
ToolInterface.php598 B
<?php declare(strict_types=1); namespace GoldenPathDigital\LaravelAscend\Tools; interface ToolInterface { public function getName(): string; public function getSchemaVersion(): string; public function getDescription(): string; /** * @param array<string, mixed> $payload * * @return array<string, mixed> */ public function execute(array $payload): array; /** * @return array<string, mixed> */ public function getInputSchema(): array; /** * @return array<string, mixed> */ public function getAnnotations(): array; }

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/aarongrtech/laravel-ascend'

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