Skip to main content
Glama
scottmartinanderson

Clearfront MCP Server

search_github

Search GitHub by username, email, or keyword to retrieve full profiles, recent repositories, and commit history emails. Optionally with a token, detect exposed secrets in public code.

Instructions

Search GitHub for a username, email, or keyword. For exact username matches: returns full profile, recent repos, and emails discovered from commit history. For other queries: top 5 matching accounts. With a GITHUB_TOKEN it also searches public code for secrets/keys tied to the target, reported as exposure (location and type only, never the value). Optional GITHUB_TOKEN env var raises rate limit from 60 to 5000 req/h. Authorized use only: your own assets or a target you are authorized to assess. Passive, public-source collection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
json_outputNoReturn result as structured JSON.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Without annotations, the description fully discloses behavioral traits: rate limit increases with GITHUB_TOKEN (60 to 5000), secrets/key exposure search, passive nature, and specific output details. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single paragraph of 6 sentences, efficiently conveying all key points. It is front-loaded with purpose. Slightly verbose with the authorization note, but overall concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers query types, token behavior, secrets search, rate limits, and ethical use. It lacks explicit return format but provides enough context for an AI agent to understand behavior. No output schema exists, so description carries the burden.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The query parameter lacks schema description but the tool description clarifies it as 'username, email, or keyword'. The json_output parameter is already described in schema. This compensation raises the score above baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool searches GitHub for usernames, emails, or keywords, with specific behaviors for exact username matches (full profile, repos, emails) and other queries (top 5 accounts). It is distinct from sibling search tools due to its GitHub-specific focus.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use this tool (for GitHub-centric searches) and includes usage policy (authorized use only, passive public-source). However, it does not explicitly contrast with alternatives like search_username or search_email, which would strengthen guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/scottmartinanderson/clearfront'

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