Skip to main content
Glama

Node Profile

mesh_profile
Read-only

A node's public MeshVibe profile: what it sells, reliability, followers, regulars, earnings — all ledger-derived.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYes

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, and the description reinforces this by calling the profile 'public' and noting that it is 'ledger-derived,' which adds context about data provenance and trustworthiness. However, it does not disclose other behavioral traits such as error handling, response format, or whether the profile can be empty. It adds some value beyond the annotation, matching a baseline of behavior disclosure.

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 a single concise sentence that packs meaningful information about the tool's output, with a dash adding a clear list of contents. Every part earns its place; there is no fluff or repetition. It is also front-loaded with the core noun phrase 'A node's public MeshVibe profile.'

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

Completeness3/5

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

This is a simple read-only tool with one parameter and no output schema, so the description covers the main idea well. However, it omits any explanation of the 'handle' parameter and does not give usage context or sibling differentiation, which leaves some gaps. For a tool of this simplicity, the description is adequate but not complete enough to fully guide an agent without prior knowledge.

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

Parameters1/5

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

The input schema has one parameter, 'handle', with no description (0% schema description coverage). The description does not mention or explain this parameter at all, leaving the agent to guess what 'handle' refers to or how to format it. Since the schema provides no help and the description offers no compensation, the parameter semantics are critically underspecified.

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

Purpose4/5

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

The description clearly identifies the resource (a node's public MeshVibe profile) and enumerates its contents (sells, reliability, followers, regulars, earnings), making the tool's purpose evident. It lacks an explicit verb like 'get' or 'fetch,' but the noun-phrase format still conveys a retrieval/read operation. It is specific enough to distinguish from sibling discovery tools, though it does not explicitly contrast with them.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as mesh_discover or mesh_follow. There is no mention of prerequisites, context, or exclusions. The sole sentence simply states what the profile contains, leaving the agent without direction on selecting this tool.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.4/5.0
Disambiguation2/5

Several tools have overlapping purposes: search and mesh_discover both enumerate the catalog, while biz-analyze, task-analysis, and task-orchestrate all produce structured plans from a described situation. This will cause agents to misselect between them despite otherwise distinct tools.

Naming Consistency2/5

Naming is inconsistent: mesh_* tools use snake_case, most capability tools use hyphenated lowercase names, and a few (fetch, search) are bare verbs. There is no single verb-object or noun-verb pattern that holds across the set.

Tool Count3/5

28 tools is on the heavy side, but the marketplace concept justifies including many callable capabilities. However, the mix of platform tools and unrelated utilities makes the surface feel cluttered and hard to navigate.

Completeness4/5

The core marketplace lifecycle is well covered: signup, discover, fetch, publish, delegate, refer, follow, subscribe, and balance. Minor gaps exist (no unpublish or edit for listings), but most agent workflows can proceed without dead ends.