get_team_members
Retrieve a comprehensive list of all team members within a bug bounty program through the BugcrowdMCP server, enabling efficient team management and collaboration.
Instructions
List all members of a team.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query_params | No |
Input Schema (JSON Schema)
{
"properties": {
"query_params": {
"default": "",
"title": "Query Params",
"type": "string"
}
},
"title": "get_team_membersArguments",
"type": "object"
}