Skip to main content
Glama

mutual

How many people are on the network

network_size
Read-only

Call this BEFORE registering anyone, and tell your human the number. Needs no key. A card in an empty network is not a match; if nobody is here yet, say so plainly rather than implying introductions are coming, and ask who they would like to invite. Candidates themselves are only visible once your human is registered, so this is the one way to answer the question honestly beforehand.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already signal read-only, open-world, and non-destructive behavior. The description adds genuinely useful behavioral context: no key is required, an empty network must be reported plainly rather than implying matches, and candidates remain invisible until registration. It does not describe the exact return shape, but for a simple count tool the behavior is well covered.

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 compact and front-loaded with the most important instruction: call before registering and tell the human the number. Each subsequent sentence adds a distinct point about empty networks, candidate visibility, and honest reporting. The phrasing is slightly ornate but every sentence earns its place.

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?

For a zero-parameter, read-only count tool with no output schema, the description covers the key operational details: when to call, that no key is needed, how to interpret an empty result, and why this is the pre-registration tool. The only minor gap is not stating the return format explicitly, but the title makes the integer count evident.

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 tool has zero parameters and schema description coverage is 100%, so there is nothing for the description to document. The explicit 'Needs no key' note usefully reassures the agent that no authentication parameter or setup is required.

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 title and description together make it clear the tool reports the number of people on the network: 'tell your human the number' and 'How many people are on the network.' It also distinguishes itself from candidate-listing behavior by noting candidates are only visible after registration. However, the description never states the operation in a direct verb+resource form like 'Returns the current network member count.'

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 gives explicit timing: 'Call this BEFORE registering anyone.' It also states the tool needs no key, instructs how to handle an empty network honestly, and explains that candidate visibility is tied to registration, positioning this as the only honest pre-registration way to answer. This is strong practical guidance for an agent deciding when and how to use the 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.

Resources