Skip to main content
Glama

Server Details

Check how many years of verifiable history a person has behind accounts they already own.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
ramakrishnanhulk20/Patina
GitHub Stars
1

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.7/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: check a threshold, get the full score, resolve from an external handle, and verify an attestation. Even where two tools return score information, the input differs (username vs handle) and the descriptions explicitly cross-reference when to use which.

Naming Consistency5/5

All four tool names follow the same verb_noun pattern: check_threshold, get_patina_score, resolve_identity, verify_attestation. The verbs are specific and the nouns clearly indicate the target, making the set predictable.

Tool Count5/5

Four tools is well-scoped for a focused identity-scoring service. Each tool covers a distinct operation without redundancy or bloat, and the count feels right for the domain.

Completeness5/5

The surface covers the core workflows: querying a score, threshold checks, resolving from a platform handle, and verifying attestations. No obvious gaps exist for a consumer of Patina data; the toolset is self-contained.

Available Tools

4 tools
check_thresholdCheck a Patina trust barA
Read-onlyIdempotent
Inspect

Decide whether somebody clears a trust bar, as a plain true or false. Give a Patina username plus min_score, min_years, or both. At least one is required. Returns pass, plus a one-sentence reason written to be quoted straight back to a user. This is the right tool for gating decisions: 'has this person been verifiably around for at least five years', 'is this account above 70'. Patina scores 0-100 for how much provable history an account holder has, not for how popular or how real-time-verified they are. 80+ (Deeply worn in) means a long, multi-year record corroborated across independent platforms. 60-79 (Well established) is a solid multi-year record. 40-59 (Some real history) is genuine but shorter or thinner. 20-39 (Thin, but genuine so far) is an early account with a little history. Under 20 (Not much to go on yet) looks freshly created, or has almost nothing connected. Age is the heaviest single input: 12 years of provable history earns full marks on it. Patina proves TENURE: that whoever holds these accounts has a long, corroborated, verifiable history. It does NOT prove uniqueness or liveness, and it is not a proof-of-personhood check. If you need 'exactly one human, present right now', Patina is the wrong signal and you should say so. When no profile exists, pass is false and found is false: treat that as UNKNOWN rather than as a failed check, because most people have never heard of Patina and absence proves nothing about them.

ParametersJSON Schema
NameRequiredDescriptionDefault
usernameYesThe person's Patina username.
min_scoreNoLowest acceptable Patina score, 0-100. Passing requires score >= this.
min_yearsNoLowest acceptable years of provable history. Passing requires the oldest provable signal to be at least this many years old.
Behavior5/5

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

Beyond the read-only/idempotent annotations, it explains the return shape (pass, reason, found), the critical 'no profile exists' behavior treated as UNKNOWN, and the meaning of score bands and the heavy weight of age. This adds substantial context not available in annotations.

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 long but each sentence earns its place by explaining Patina's meaning, limitations, and edge cases. It is well-structured and front-loaded with the core intent, though slightly more verbose than strictly necessary.

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

Completeness5/5

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

For a decision tool with no output schema, the description covers the return format, the unknown-profile case, the meaning of scores, and the limitations of the signal, making the tool self-sufficient for correct invocation and interpretation.

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

Parameters5/5

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

Schema covers all parameters, but the description adds that at least one of min_score or min_years is required (not enforced in schema), explains the 0-100 scale and what different bands mean, and clarifies that min_years refers to the oldest provable signal.

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 opens with 'Decide whether somebody clears a trust bar, as a plain true or false,' which is a specific verb and resource. It further states this is the right tool for gating decisions, clearly distinguishing it from siblings like get_patina_score.

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

Usage Guidelines5/5

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

Explicitly provides example gating questions ('has this person been verifiably around for at least five years'), states 'This is the right tool for gating decisions,' and warns that Patina is the wrong signal for proof-of-personhood, giving actionable when-to-use and when-not-to-use guidance.

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

get_patina_scoreGet Patina scoreA
Read-onlyIdempotent
Inspect

Look up a person's full Patina score by their Patina username. Patina reads the age and activity of accounts somebody already owns (YouTube, GitHub, Instagram, LinkedIn, Spotify and others) through the Vana data portability protocol, and turns that into a 0-100 score plus a signed attestation. Patina scores 0-100 for how much provable history an account holder has, not for how popular or how real-time-verified they are. 80+ (Deeply worn in) means a long, multi-year record corroborated across independent platforms. 60-79 (Well established) is a solid multi-year record. 40-59 (Some real history) is genuine but shorter or thinner. 20-39 (Thin, but genuine so far) is an early account with a little history. Under 20 (Not much to go on yet) looks freshly created, or has almost nothing connected. Age is the heaviest single input: 12 years of provable history earns full marks on it. Patina proves TENURE: that whoever holds these accounts has a long, corroborated, verifiable history. It does NOT prove uniqueness or liveness, and it is not a proof-of-personhood check. If you need 'exactly one human, present right now', Patina is the wrong signal and you should say so. Call this when you want the whole picture: the score, the per-component breakdown, how many years of history are provable, which platforms corroborate each other, and an attestation you can verify offline. If you only need a yes or no about whether somebody clears a bar, call check_threshold instead. An unknown username comes back with found: false, which is a normal answer meaning no public Patina profile exists under that name. It is not an error, and it is not evidence against the person.

ParametersJSON Schema
NameRequiredDescriptionDefault
usernameYesThe person's Patina username, as it appears at patinadata.xyz/u/<username>.
Behavior5/5

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

Beyond the readOnly/idempotent annotations, the description discloses rich behavioral detail: return contents (score, per-component breakdown, provable years, corroborating platforms, offline-verifiable attestation), the meaning of found:false for unknown usernames, and limitations (doesn't prove uniqueness/liveness). This adds significant context beyond the annotations and contradicts nothing.

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 long but highly information-dense, covering the scoring bands, what the score means, usage guidance, and an edge case. It is front-loaded with the main purpose in the first sentence. While a few details (e.g., score band descriptions) could be trimmed, every sentence serves to clarify the tool's behavior and selection criteria.

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

Completeness5/5

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

With no output schema, the description fully explains what the tool returns (score breakdown, attestation, found:false behavior) and covers edge cases (unknown usernames) and exclusions (not proof-of-personhood). The domain concept is sufficiently explained for an agent to correctly assess relevance. Complete for this level of complexity.

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

Parameters3/5

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

The schema defines the single username parameter with a clear description including the URL format (patinadata.xyz/u/<username>). The tool description mostly reiterates 'by their Patina username' without adding new semantic details. Since schema coverage is 100%, the baseline of 3 applies.

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 'Look up a person's full Patina score by their Patina username' and goes on to explain the scoring scale and what the score represents, distinguishing it from sibling tools like check_threshold. This is a specific verb+resource with clear scope, not vague or tautological.

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

Usage Guidelines5/5

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

Explicitly provides when-to-use guidance: 'Call this when you want the whole picture...' and contrasts it with an alternative: 'If you only need a yes or no about whether somebody clears a bar, call check_threshold instead.' It also states when NOT to use it (not for proof-of-personhood). This leaves no ambiguity about tool selection.

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

resolve_identityResolve a platform handle to a Patina scoreA
Read-onlyIdempotent
Inspect

Find out whether the person behind a platform handle has a Patina score, WITHOUT learning who they are. Supported sources: github, instagram, linkedin. Accepts a bare handle, an @handle, or a full profile URL. Returns only three things: whether a public Patina profile is linked to that account, its score, and its years of history. It deliberately never returns the Patina username, and never returns which other platforms that person has connected, because doing so would turn this into a cross-platform de-anonymisation tool. Do not ask it for those; it cannot provide them. Other platforms (youtube, spotify, steam, amazon, uber) are NOT supported here, because for those Patina stores an internal platform id rather than a handle a person could type. Those platforms still count fully toward the score itself; only this lookup is limited. Email addresses are refused outright. Patina scores 0-100 for how much provable history an account holder has, not for how popular or how real-time-verified they are. 80+ (Deeply worn in) means a long, multi-year record corroborated across independent platforms. 60-79 (Well established) is a solid multi-year record. 40-59 (Some real history) is genuine but shorter or thinner. 20-39 (Thin, but genuine so far) is an early account with a little history. Under 20 (Not much to go on yet) looks freshly created, or has almost nothing connected. Age is the heaviest single input: 12 years of provable history earns full marks on it.

ParametersJSON Schema
NameRequiredDescriptionDefault
handleYesThe handle on that platform. 'torvalds', '@torvalds' and 'https://github.com/torvalds' are all accepted.
sourceYesWhich platform the handle belongs to. Supported for lookup: github, instagram, linkedin. Anything else returns an explanation rather than a result.
Behavior5/5

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

Beyond the readOnlyHeader and idempotent annotations, the description richly discloses behavioral traits: it deliberately never returns the Patina username or linked platforms to prevent de-anonymisation, explains why some platforms are unsupported, and details the scoring bands. This far exceeds the safety profile provided by annotations.

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 long but each sentence adds substantive value: privacy rationale, scoring thresholds, supported inputs, and limitations. It is well-structured with clear sections, though it could be slightly more compact without losing meaning.

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

Completeness5/5

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

No output schema exists, but the description fully covers the return value ('only three things') and interprets all score ranges with real-world context. It also addresses edge cases (unsupported platforms, email refusal, handle formats), making it comprehensive for an agent to use correctly.

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 schema already documents both parameters with full coverage. The description adds valuable semantics: accepted handle formats (bare, @handle, URL), platform-specific examples, and the significance of source restrictions. This augments, rather than repeats, the schema, meriting above-baseline credit.

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 a specific verb and resource: resolve a platform handle to a Patina score. It explicitly lists supported sources (github, instagram, linkedin) and distinguishes itself from siblings like check_threshold and verify_attestation by clarifying its unique scope of handle-to-score lookup.

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 provides clear when-to-use context ('Find out whether the person behind a platform handle has a Patina score') and explicit exclusions (unsupported platforms, email refusal, forbidden requests). It does not name sibling alternatives directly, but the context signals make the distinction clear, so a slight deduction for missing explicit alternative references.

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

verify_attestationVerify a Patina attestationA
Read-onlyIdempotent
Inspect

Check whether a Patina attestation really was signed by Patina. Every Patina score ships with an EIP-191 signed message; hand this tool that message and signature and it returns the address it recovered, the address Patina publishes, and whether the two match. IMPORTANT, AND THE WHOLE POINT: you do not need this tool, and where you can, you should not use it. A signature is worth something precisely because ANYONE can check it offline, with no call to Patina, using viem's recoverMessageAddress or ethers' verifyMessage. If you ask Patina's own server whether Patina's own signature is good, you are trusting Patina again and the signature has bought you nothing. That is why this returns the recovered address rather than a bare yes: compare it yourself.

ParametersJSON Schema
NameRequiredDescriptionDefault
messageYesThe exact `message` string from the attestation, newlines and all.
signatureYesThe `signature` from the attestation, 0x-prefixed.
Behavior5/5

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

Beyond the readOnlyHint and idempotentHint annotations, the description discloses key behavior: it returns the recovered address, the published address, and a match boolean, rather than a simple yes. It also explains the design rationale (avoiding self-trust), which is valuable context not present in annotations.

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

Conciseness5/5

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

The description is well-structured: it front-loads the purpose, then delivers a crucial caveat and explanation. Although longer than average, every sentence earns its place, and the logical flow from 'what' to 'why not' to 'how it works' is efficient and clear.

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

Completeness5/5

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

With no output schema, the description fully explains the return values and behavior. It also covers usage guidelines, the trust model, and the alternative offline verification path, making it self-contained and complete for an agent to decide whether and how to invoke the tool.

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

Parameters3/5

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

The input schema already provides 100% coverage with descriptions for both message and signature, including the 'exact message, newlines and all' and '0x-prefixed' details. The description merely references these parameters without adding new semantic meaning, so the baseline 3 is appropriate.

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 opens with a specific verb and resource: 'Check whether a Patina attestation really was signed by Patina.' This clearly distinguishes the tool from siblings like get_patina_score or check_threshold, and explains the exact verification function.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use the tool and when not to, stating 'you do not need this tool, and where you can, you should not use it.' It names specific alternatives (viem's recoverMessageAddress, ethers' verifyMessage) and explains the reasoning, making the guidance actionable.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Investigate fraud directly from Claude, Cursor, or any MCP-compatible client. Analyze suspicious activity with clear, evidence-backed verdicts. Pivot from a single signup to every account sharing the same device, IP address, or email inbox. Check entities against a cross-operator abuse network, review linked accounts, and efficiently process your fraud review queue. Read-only by default, with no r
    10
    269
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Checks username availability and retrieves account information across major social media platforms including YouTube, TikTok, Threads, X (Twitter), and Instagram, perfect for brand name qualification and competitive research.
    18
    6
    18
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.