We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Vijay-Duke/mcp-gitlab'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
tool_request.md•1.02 kB
---
name: Tool request
about: Request a new GitLab tool to be added
title: '[TOOL] '
labels: 'new-tool'
assignees: ''
---
## Tool Description
Describe the GitLab tool/functionality you'd like to see added.
## GitLab API Endpoint
Which GitLab API endpoint(s) would this tool use?
- Endpoint: `GET/POST/PUT/DELETE /api/v4/...`
- Documentation: [Link to GitLab API docs]
## Use Case
Describe specific scenarios where this tool would be useful:
1.
2.
## Input Parameters
What parameters should this tool accept?
- `parameter_name` (required/optional): Description
- `another_param` (required/optional): Description
## Expected Output
What should the tool return? Provide an example if possible:
```json
{
"example": "output"
}
```
## Priority
How important is this tool for your workflow?
- [ ] Critical - Blocking my work
- [ ] High - Would significantly improve workflow
- [ ] Medium - Nice to have
- [ ] Low - Future enhancement
## Additional Context
Any other information that would help implement this tool.