Updated tool descriptions to be more descriptive

This commit is contained in:
Waleed Latif
2025-02-06 12:05:44 -08:00
parent c0981c3fc4
commit bc5dba714e
19 changed files with 65 additions and 19 deletions

View File

@@ -20,7 +20,8 @@ export interface RepoInfoResponse extends ToolResponse {
export const repoInfoTool: ToolConfig<RepoInfoParams, RepoInfoResponse> = {
id: 'github_repoinfo',
name: 'GitHub Repository Info',
description: 'Fetch detailed information about a GitHub repository',
description:
'Retrieve comprehensive GitHub repository metadata including stars, forks, issues, and primary language. Supports both public and private repositories with optional authentication.',
version: '1.0.0',
params: {