codetrends-intel__get_top_new_repos
ActiveTool of TO1 Intelligence Fleet
[codetrends-intel] Return the most-starred repositories created after a given date, used as a proxy for 'trending' since the public API has no official unauthenticated trending endpoint. Defaults to repositories created in the last 30 days if no date is given. Backed by the public search endpoint, limited to roughly 10 requests/min per IP.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "number",
"maximum": 30,
"minimum": 1,
"description": "Max number of results to return (1-30). Defaults to 10."
},
"since": {
"type": "string",
"description": "Only include repositories created after this date, format YYYY-MM-DD. Defaults to 30 days ago."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
TO1 Intelligence Fleet
1/7 registries